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!

hoe to get height of the window?

Status
Not open for further replies.

soms2m

Programmer
Apr 17, 2008
2
hello all,
how to get the dynamically increasing height of the window using java script?

Thank You all,
 
The inner height that is available for pages to render in, or the outer height including toolbar, etc?

If the former, do you want the height of the whole content, or just the visible area?

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
thank you,

i need to find the height of whole content not the visible area,

for example,
we will take the blog entry,
in the blog entry the page will keep increase in height unless we specify the pagging.


i want to find the height of the whole window,
thank you for your reply..
 
You still haven't answered the question in a manner that makes it easy to help:

need to find the height of whole content not the visible area,

i want to find the height of the whole window,

Why not sit down, work out what you actually need, and then post a clear and concise description so that help can be easily given.

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
I used Google and found some useful articles that may answer your question:


Different browsers do this differently - so be sure to test your code in all the target browsers you want it to work in!

Cheers,
Jeff

[tt]Jeff's Blog [!]@[/!] CodeRambler
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top