Is it possible to open a link in a popup window other than target=_blank? Something like a javascript:
<A HREF="javascript:void(0)" ONCLICK="open('http://www.__My_Link__.com','miniwin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=800,height=600')">
I've searched and searched and searched, all I can find is target=_blank. I want it so that the url, menubar and status bar are not visable, and the size of the page is fixed...
Any help would be VERY apprechiated.
Popup target size
-
- Advanced
- Posts: 11
- Joined: Wed Oct 13, 2004 11:03 pm