屏幕右下角弹出广告
把以下代码存在一个js里 window.onload = getMsg; window.onresize = resizeDiv; window.onerror = function () {} // 短信提示使用(FHB添加) var divTop,divLeft,divWidth,divHeight,docHeight,docWidth,objTimer,i = 0 ; function getMsg() { try { divTop = parseInt(document.getElementById( " eMeng " ).style.top, 10 ) divLeft = parseInt(document.getElementById( " eMeng " ).style.left, 10 ) divHeight = parseInt(document.getElementById( " eMeng " ).offsetHeight, 10 ) divWidth = parseInt(document.getElementById( " eMeng " ).offsetWidth, 10 ) docWidth = document.body.clientWidth; docHeight = document.body.clientHeight; document