IE运行,已全屏方式显示,
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</HEAD>
<BODY topmargin="0">
正在连接到Justep Business Web Server...
<script language="JavaScript" type="text/JavaScript">
var w = eval("window");
w.open("Business.jsp", "BusinessMainForm", "menubar=0,toolbar=0,directories=0,scrollbars=1,resizable=1,fullscrren=1,left=0 ,top=0,width=" + (screen.availWidth - 10) + ",height=" + (screen.availHeight -25));
window.parent.opener = null;
window.parent.close();
//window.location.href="Business.jsp";
</script>
</BODY>
</HTML>
如何修改登陆后IE标题 ? |