Quote:
	
	
		| 
			
				 
					Originally Posted by SmokeyTheBear
					
				 
				you can either use onclick="leave=false" on every link or you can use 
 
<base onclick="leave=false"> in the head to make every link "not" throw the exit popup without having to edit every link.. 
			
		 | 
	
	
 Does your code rely only on link clicking events to trigger it? I tired it but it is poping every time someone clicks their browsers back button while at my site. I want it to pop only when someone closes the browser window and if possible when they click the browsers back button and it goes to a different site. Is this possible?