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
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