View Single Post
  #4 (permalink)  
Old 03-09-04, 03:18 AM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
You can't change things like the menubar etc after the window has been opened so you have to use the window.open(arg1,arg2,arg3) method.
argument 1 is the filename, argument 2 is some kind of reference to the window, rarely use it so I don't remember...
argument 3 is where you specify what menus you want to show. I'm sure you can find out what to write in there by looking at a Javascript reference somewhere. Microsoft Script Editor has a very good help section too..
Reply With Quote