Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

perl and ssi

Status
Not open for further replies.

mThomas

Instructor
Joined
May 3, 2001
Messages
404
Location
US
I've written a perl script that looks at the referer and assigns a value to a variable. Then based on the results prints a banner and link. If I call the script via an external executable ssi tag, the script does not read the referer. It does read the IP.

If I call an include which contains a form which is auto submitted via an onLoad, the script works just fine, except it opens in a new window. I want it to open as an include. I tried a simple hello world script called via an executable ssi, but it also opens in a new window.

Can you open a perl script via an executable ssi tag so it works like an include and not open a new window.

mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top