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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with resizeTo()

Status
Not open for further replies.

secretsquirrel

Programmer
Mar 22, 2001
202
GB
hi,

i'm using resizeTo(w,h), to resize a pop up, but i would like to remove the browser furniture like you can with window.open().

all i need is a window, with a title bar and my content. is there an easy way to do this without using window.open()?

thanks,

ss...
 
As far as I am aware, you can only tell the bowser to hide the location bar, etc when you open the window. Which would window.open would be needed.

Maybe someone else has some code I haven't thought of though

If it aint broke, redesign it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top