Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Control the window


  • From: lists at dwsasia.com (Peter Lauri)
  • Subject: [Javascript] Control the window
  • Date: Tue Aug 29 09:56:35 2006

Hi,

I want to modify the window that I am currently working in. I want not to
show location, menubar, titlebar and toolbar. I know I can crate a new
window with this syntax:

window.open(URL,name,specs,replace)

But how can I just modify the window that is currently active?

/Peter