Hi Monks,
i have a perl page count program and am trying to make it run every time the index page of my site is loaded. How can i do this? I have tried to put this in the <body> tag... <BODY onload="counter.cgi"> but this seems to look for a script written inside the html document, not in the directory.
Thanks guys.
Thanks for the help, i managed to call it from a javascript function which was called when the page loads up.