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!

Resizing a Browser while inside a frame

Status
Not open for further replies.

inta

Technical User
Aug 2, 2001
13
AU
Hello,

is there a way to maximize a browser from within a frame?

I am looking for a solution that will work with both NS4 and above, and IE5 and above.

I am happy to use any appropriate method. I am currently maximizing the browser by loading a blank page first, resizing the browser, and then, redirecting to the main page which contains frames.

This is untidy and I am hoping there is a better way.

Thankyou for your assistance.
 
Not very sure how you want this to go about, but can't you load the mainpage with the size that you want? Like using javascript:-

<a href=&quot;javascript: window.open('abc.html','','menubar=yes, toolbar=yes, status=yes, width=600,heigth=400'); void('');&quot;>mainpage</a>

Hope this helps,
Leon
 
look at ur post in javascript forum
there is said that u r 2 use top & how 2 do it.. :) Victor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top