Wednesday, March 18, 2009

javascript:: for getting window height;

1.function winHt()
2.{
3.var ht='';
4.ht=document.body.clientHeight;//gets the body height of window opened.
5.alert(ht);
6.}

No comments:

Post a Comment