Quote:
	
	
		| 
			
				 
					Originally Posted by SmokeyTheBear
					
				 
				I guess it depends on the browser .. what are you using ? it pops a new window when the window is closed for me you can either target new links to a blank window or use an exit with the script on the links so they dont pop it.. 
 
As far as the popunder , its best to target that on the window that popsup.. 
 
Like in the window that popsup just add this to the body tag onload="self.blur();" 
			
		 | 
	
	
 Hey Smokey - I'm using IE6. I was trying different thinks to make it work like I would like and I found that without the google toolbar the exit works fine. With the toolbar even with the blocker off it doesn't. I also tried this script with the anchor tag onClick="exit=false" but that didn't not pop the exit. Sorry to be so picky I just didn't know if there was an easy to make it work like I would like. I'll screw with it some more and see what I can do. Thanks for replying.