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

resize same window or other option

Status
Not open for further replies.

deecee

Technical User
Aug 25, 2001
1,678
0
0
US
Ok 2 part question --

1) What is the javascript function to resize a window that the user is in parent resizes itself pretty much

2) also how can i open a window dead center with no Browser frame around it (not even the top bar -- a completly stripped window) and also how to keep focus off the parent until the child window is closed?

Sometimes the Answer You Are LOOKING for can be FOUND BY SEARCHING THE FAQ'S @&%$*#!!!
 
replace width and height with numerical values or use them as a variable your choice... and

window.resizeTo(width,height)
window.moveTo(width,height)

to determine screen size
screen.width
screen.height
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top