Posted by David Dorward on 12/07/05 23:35
Mark Hobley wrote:
> In alt.html David Dorward <dorward@yahoo.com> wrote:
>
>> That is SSI rather then HTML. The syntax looks correct.
>
> Ok. Is there an HTML way of doing this ? I just want the script to run as
> the page is viewed.
<img src="/cgi-bin/myscript.cgi" alt="">
.... and then ensure that myscript.cgi returns an image.
It will break if images are turned off.
Its likely to break with some privacy packages.
It means another http request for each page view.
You could also switch to a webserver which supports SSI internally, such as
Apache.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|