📄 001.htm
字号:
<html>
<head>
<meta NAME="姜宸" CONTENT="Microsoft FrontPage 3.0">
<style>
<!--
A:link {text-decoration: none; color: 808080; font-family: 新细明体}
A:visited {text-decoration: none; color: 808080; font-family: 新细明体}
A:active {text-decoration: none; font-family: 新细明体}
A:hover {text-decoration: underline; color: #079EDD}
-->
</style>
<title>弹出窗口</title>
</head>
<body>
<span style="font-size: 9pt"><script language="JavaScript">
<!--
var gt = unescape('%3e');
var popup = null;
var over = "Launch Pop-up Navigator";
popup = window.open('', 'popupnav', 'width=450,height=350,resizable=1,scrollbars=auto');
if (popup != null) {
if (popup.opener == null) {
popup.opener = self;
}
popup.location.href = 'pop.htm';
}
// -->
</script>
<p align="center">只要将这个Javascript放入您的主页,您就可以用于制作各类广告、制作进站的提示或致欢迎词等等……</p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
</span>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -