Forum Moderators: coopster & phranque

Message Too Old, No Replies

loading page on exit

can I do it server side?

         

Haakon

11:24 am on May 14, 2002 (gmt 0)



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)

10+ Year Member



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)

Haakon

12:53 pm on May 14, 2002 (gmt 0)



ok, thanks!