I have a cgi script on my site called counter.pl How can I call that when my html file loads? The following doesn't work...
<!--#exec cgi="e:/domains/flawed-inc.com/user/htdocs/cgi-bin/counter.pl"-->
Thanks in advance. Later,
-zer0 flaw
Printable View
I have a cgi script on my site called counter.pl How can I call that when my html file loads? The following doesn't work...
<!--#exec cgi="e:/domains/flawed-inc.com/user/htdocs/cgi-bin/counter.pl"-->
Thanks in advance. Later,
-zer0 flaw
Are SSI Execs enabled on your server?
You could try using the script as the source of an image.
Is the site a local site ? only you've got a local path in you include line
e:/domains/flawed-inc.com/user/htdocs/cgi-bin/counter.pl
:confused: