Hello, I would want to cause all the pages in a directory to load a specific page (one page) on exit; Just like those exit ads. Is it possible to do this server side, or must I modify the code on every page?
thanks!
PsychoTekk
11:33 am on May 14, 2002 (gmt 0)
i don't think there is an way to do it serverside for all doc's by default. the best solution possibly is to put the code in an external js file and include the link in the head section of each html file (i assume it's html pages, not cgi scripts)