Posted by Mark Hobley on 12/08/05 00:08
Mark Hobley <markhobley@hotpop.deletethisbit.com> wrote:
> My scripts that collect form data work ok. Its just the counter script that
> doesn't run. Can I invoke the hit counter without ssi ?
I have found that instead of using the following:
<!--#include virtual="/cgi-bin/count.cgi?testcount"-->
I can use:
<img src="/cgi-bin/count.cgi?testcount">
This runs the script.
Unfortunately, my script doesn't produce an image, so I get a rectange on the
screen where the image would go.
Can I use instead something like one of the following:
<text src="/cgi-bin/count.cgi?testcount">
or even better
<void src="/cgi-bin/count.cgi?testcount">
or
<null src="/cgi-bin/count.cgi?testcount">
?
Please advise.
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]
|