OVH Cloud OVH Cloud

window width

1 réponse
Avatar
marc.godart2
helleo everybody
i've a problem to determine the curent browser window.
i was looking in the javascript API, but i did not found nothing.

can somebody help me to find the ansewer, if this is possible (to
determinate the window width)

thx

1 réponse

Avatar
marc.godart2
pas des reponses ???

ok, j'ai trouvé:
//opera Netscape 6 Netscape 4x Mozilla
if (window.innerWidth || window.innerHeight){
docwidth = window.innerWidth;
docheight = window.innerHeight;
}
//IE Mozilla
if (document.body.clientWidth || document.body.clientHeight){
docwidth = document.body.clientWidth;
docheight = document.body.clientHeight;
}



"marc.godart2" a écrit dans le message de
news:ce0qcb$da$
helleo everybody
i've a problem to determine the curent browser window.
i was looking in the javascript API, but i did not found nothing.

can somebody help me to find the ansewer, if this is possible (to
determinate the window width)

thx