网页关闭

yuge1002 2003-07-24 12:33:31
如何在调用另一个网页的同时将当前网页关闭
...全文
31 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
dicklee1214 2003-07-24
  • 打赏
  • 举报
回复
重定向过去,且删除历史记录也是一样的效果
xuya 2003-07-24
  • 打赏
  • 举报
回复
<script language="javascript">
window.close();

</script>
xuya 2003-07-24
  • 打赏
  • 举报
回复
window.close()
sgmao 2003-07-24
  • 打赏
  • 举报
回复
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>test</title>
<link href="main.css" rel="stylesheet" type="text/css">
<OBJECT id="closes" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<PARAM name="Command" value="Close">
</OBJECT>
</head>

<body leftmargin="100" topmargin="100" class="pt9" onLoad="javscript:window.open('login.asp','','fullscreen=1,menubar=no')">
<script language="javascript">
closes.Click();
</script>
</body>
</html>

28,391

社区成员

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

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