62,268
社区成员
发帖
与我相关
我的任务
分享<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>正在进入系统,请等待...</title>
<script >
<!--
function omiga_window(){
window.open("Manager/Default.aspx","blank","fullscreen")
}
//-->
</script>
</head>
<body onload="omiga_window()" onblur="focus();closes.Click();" scroll="no">
<object id=closes type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Close"/>
</object>
</body>
</html>
var feature = 'FullScreen=yes,scrollbars=no,menubar=no,resizable=no,location=no,status=no,toolbar=no';
var win = window.open('index.aspx','new',feature);
win.resizeTo(screen.width,screen.height);
win.moveTo(0,0);