I have placed the following code into my html page
<img src="/cgi-bin/counter/mcounter.pl?ref=index.html&w=15&h=15&style=emboss&digits=4">
and the mcounter.pl file is sitting within the cgi-bin folder on my host server however the counter does not display on the page, just the placeholder where it should be.
Anyone got any idea what I have done wrong, do I need to add further code prior to this img src code ?
oh yeah I believe this mcounter.pl was written by Matthew Wright (if that helps)
<img src="/cgi-bin/counter/mcounter.pl?ref=index.html&w=15&h=15&style=emboss&digits=4">
and the mcounter.pl file is sitting within the cgi-bin folder on my host server however the counter does not display on the page, just the placeholder where it should be.
Anyone got any idea what I have done wrong, do I need to add further code prior to this img src code ?

oh yeah I believe this mcounter.pl was written by Matthew Wright (if that helps)
Comment