关于JAVA控制窗口的问题,在线等,即结!

somecom 2003-08-21 10:03:47
'为什么我下面的JAVA不执行?我想要的目的是,打开该页时,什么都屏闭掉,只留下最上面的标题栏。
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<SCRIPT window.open('fullscreen=no,location=no,toolbar=no,menubar=no,scrollbars=no,status=no,resizable=no')></script>

</head>

<body>

</body>

</html>
...全文
110 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
somecom 2003-09-25
  • 打赏
  • 举报
回复
OK
chinesun 2003-08-21
  • 打赏
  • 举报
回复
网页1 page1.htm中这一行没写好:
openWindow("page2.asp");
应当是:
openWindow("page2.htm");
________________________________
以上代码,打开page1.htm时,实际显示的是page2.htm的页面。
你可以试试

chinesun 2003-08-21
  • 打赏
  • 举报
回复
你这样做。。。
用两个网页来实现:
网页1,page1.htm
________________________________
<html>
<head>
<title>新建网页</title>
meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<!--OBJECT id="WindowsCloseObj" style="WIDTH:0px; HEIGHT:0px" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<PARAM NAME="Command" VALUE="close">
</OBJECT-->
<script language="javascript">
<!--
function openWindow(url){
newpage = window.open(url,'newpage','status=yes,toolbar=no,resizable=no,scrollbars=yes');
newpage.moveTo(0,0);
newpage.resizeTo(screen.availWidth,screen.availHeight);
newpage.focus();
return true;
}
//-->
openWindow("page2.asp");
self.focus();
self.focus();
window.opener=window.name;
window.close();
</script>
</body>
</html>
________________________________
网页2,page2.htm
________________________________
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 2</title>
</head>
<body>
</body>
</html>
____________________________

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧