Howto Hide IE Menubar, Toolbar while opening url of Submenus

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
syed Muheeb
Beginner
Beginner
Posts: 1
Joined: Wed May 31, 2006 7:57 am
Location: bangalore

Howto Hide IE Menubar, Toolbar while opening url of Submenus

Post by syed Muheeb »

Hello Sir,

How to Hide IE Menubar, Toolbar while opening url of Submenus

I tried the Below Code, But it is not working
aI("text=DailyReports;url=file:C://Reports/;target=_blank;toolbar=no;location=no;directories=no;menubar=no;")

Can i know what are the attributes of aI

Please Help me!!

Regards
Syed
Syed Muheeb
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Try this instead:

aI("text=DailyReports;url=file:C://Reports/;target=_blank;targetfeatures=toolbar=no location=no directories=no menubar=no")

All of the target features need to fit inside the targetfeatures property.

Hope this helps,
Andy
Post Reply