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

Browser sizing

Status
Not open for further replies.

techsupport3977

Technical User
Mar 7, 2005
56
US
I have a web page that when initiated it always opens a certain size. I looked at the coding and I am not sure where the sizing information is at. The problem I am seeing is the table that holds my javascript is larger than the browser screen, but not larger than my monitor size. How can I modify the browser to a set size or to size according to the table size?
 
You probably have a javascript method that is resizing the screen. Look for something like this in your code:
Code:
window.resizeTo(x, y)

-kaht

...looks like you don't have a job, so why don't you get out there and feed Tina.
headbang.gif
[rockband]
headbang.gif
 
Thanks for that unbelievably informative post.

Perhaps you could post your code so that we could point out what's doing it then since it's not happening via javascript's resizeTo. Or perhaps you'd like us to just keep guessing until we finally stumble across the answer?

(Common sense) + (a little initiative) = (you get your answer quicker)

-kaht

...looks like you don't have a job, so why don't you get out there and feed Tina.
headbang.gif
[rockband]
headbang.gif
 
I don't know of any other method of resizing a browser window other than using javascript.

That code, or very similar IS in your page somewhere. Perhaps it's within an external .js file that is linked to in the head of your document.

Foamcow Heavy Industries - Web design and ranting
Target Marketing Communications - Advertising, Direct Marketing and Public Relations
I wonder what possesses people to make those animated gifs. Do you just get up in the morning and think, "You know what web design r
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top