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

automatic resize of window

Status
Not open for further replies.

thendal

Programmer
Aug 23, 2000
284
Hi all!
Is there any way i can resize the window while user navigating from one page to another.

From the first page i am opeing a new window with defined height and width(400 X 400)
and in that window iam having next button which leds to another page where i need to resize
the window to (200 X 200)as soon as the users enters the third page.

ThanX

Thendal:)


 
window.resizeTo(200,200);

not sure if that is crossbrowser tho. theEclipse
eclipse_web@hotmail.com
**\\||It was recently discovered that research causes cancer in rats||//**
 
Thanks ,It works well in IE but in netscape its giving an error

"function does not always return a value

return;
..........^
"


 
Thanks eclipse ,I figured it out .

It works well in both in IE and Netscape

Thanks a lot

Thendal:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top