在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
<head runat="server"> <title>无标题页</title> <script language="javascript" type="text/javascript"> function showNo() { document.getElementById("doing").style.display="none"; document.getElementById("divLogin").style.display="none"; } function showFloat() { var range = getRange(); document.getElementById("doing").style.width=range.width+"px"; document.getElementById("doing").style.height = range.height+"px"; document.getElementById("doing").style.display="block"; document.getElementById("divLogin").style.display=""; } function getRange() { var top = document.body.scrollTop; var left = document.body.scrollLeft; var height = document.body.scrollHeight; var width = document.body.scrollWidth; if(top ==0 && left==0 && height==0 && width==0) { top = document.documentElement.scrollTop; left = document.documentElement.scrollLeft; height = document.documentElement.clientHiehgt; width = document.documentElement.clientWidth; } return {top:top,left:left,height:height,width:width}; } </script> </head> <body> <form /> </div> </div> </div> </form> </body> </html> |
请发表评论