Popup target size

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
DBookatay
Beginner
Beginner
Posts: 2
Joined: Wed Sep 07, 2005 2:58 am
Location: USA
Contact:

Popup target size

Post by DBookatay »

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.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Are you talking about using the Milonic menu and the built in url and targetfeatures?

Ruth
starmetheus
Advanced
Advanced
Posts: 11
Joined: Wed Oct 13, 2004 11:03 pm

Post by starmetheus »

yeah, it's possible. as Ruth mentioned, it uses targetfeatures.

using your example, it'd look something like this:

aI("text=Link Text;url=http://www.__My_Link__.com;target=miniwin;targetfeatures=toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=800,height=600;");
DBookatay
Beginner
Beginner
Posts: 2
Joined: Wed Sep 07, 2005 2:58 am
Location: USA
Contact:

Post by DBookatay »

starmetheus wrote:aI("text=Link Text;url=http://www.__My_Link__.com;target=miniwin;targetfeatures=toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=800,height=600;");


Thank you, this is exactly what I was trying to do!!!
Post Reply