你试过吗?
我的版本是X3_2401开发版业务服务器,系统是win2003Server。为什么我这边不能实现你说的那样。
login.html文件:
<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,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> |