Posted by Mark Hobley on 12/07/05 21:08
I have created an HTML page as follows:
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<title>Test Page</title>
</head>
<body>
<!--#include virtual="/cgi-bin/count.cgi?testcount"-->
</body>
</html>
I was expecting this to invoke my count.cgi script, but it does not run.
If I point the browser at /cgi-bin/count.cgi, the script runs as expected.
Have I used the HTML correctly ?
Please advise.
My web server daemon is thttpd.
Mark.
--
Mark Hobley
393 Quinton Road West
QUINTON
Birmingham
B32 1QE
Telephone: (0121) 247 1596
International: 0044 121 247 1596
Email: markhobley at hotpop dot donottypethisbit com
http://markhobley.yi.org/
[Back to original message]
|