Click to See Complete Forum and Search --> : i am working with frameset


pelegk1
07-29-2003, 12:53 AM
and i want to to know the execlly width and hieght of the scroll bars
how can i know that?

Mr J
07-29-2003, 01:38 PM
document.body.clientWidth

document.body.clientHeight

document.body.offsetWidth (including scrollbar)

document.body.offsetHeight (including scrollbar)

pelegk1
07-30-2003, 05:16 AM
the same about frames?

Mr J
07-30-2003, 01:35 PM
Whichever frame you use the above in will return that frames values