Problem on my Page ...

OTrap

Elite Member
Joined
Jul 12, 2008
Messages
2,314
Reaction score
1,064
I have this within the 'a' tags, but the pop up still pops with one link:

Code:
onClick="ShowExitPopup = false;"

The other link has the exact same attributes, and it works correctly. I can't figure out what gives. Is there some stipulation necessary for that code to work properly?
 
Can you copy the HTML of the page and host it somewhere like http://gist.github.com? It seems like the problem is somewhere else besides the onclick attribute.
 
Back
Top