Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

addMenuItem question

Status
Not open for further replies.

josh597

Technical User
Joined
Sep 24, 2001
Messages
6
Location
US
I am trying pop open a window from the my menu seen below.
Is there a way to specify the size of the window?
Using _blank just pops up a new window the same size.

mm_menu_0303112216_0.addMenuItem("name)","window.open('url', '_blank');"); I'd rather have a bottle in front of me than a frontal labodomy
 
mm_menu_0303112216_0.addMenuItem("name)","window.open('url','name','scrollbars=yes,width=350,height=420' '_blank');");

Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top