View Single Post
Old 01-08-2003, 06:33 PM  
ryph
Confirmed User
 
Join Date: Oct 2002
Location: NJ
Posts: 1,215
Uhm, Javascript. Have a global variable:

var didHeClick=false;

and then have a function embedded in the anchor tag that sets the variable to true if he does.

Then in the unload function have it check the didHeClick variable, and if he did, just return. If he didnt, give him popup hell!

That's how I'd do it, but wtf do I know.
__________________
tom at ryphs dot com
ryph is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote