I'm working on OS 10.2.  I'm using this code:
	PHP Code:
	
		
			
<a href="some_page.html" target="popupWin" onclick="window.open('some_page.html','popupWin','width=300,height=400');">Open page in new window</a> 
		
	
 ...which is working well when I use Firefox, but Safari 1.0 and IE 5.2 seem to ignore the window features.  Is there anyway to do it so those browsers display it correctly as well?