SyntaxFix
Write A Post
Hire A Developer
Questions
function getScreenWidth() { var de = document.body.parentNode; var db = document.body; if(window.opera)return db.clientWidth; if (document.compatMode=='CSS1Compat') return de.clientWidth; else return db.clientWidth; }