3-9-1.htm
来自「JScript网页特效,包含很多的实现网页特效的方法.」· HTM 代码 · 共 20 行
HTM
20 行
<html>
<head>
<title>mywin</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body onload="top.window.focus()" bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
<table width="148" border="0" cellspacing="5" cellpadding="0" height="204" bgcolor="#0066FF">
<tr>
<td bgcolor="#FFFFFF">
<div align="center">
<p>无windows风格的窗口</p>
<p><a href="javascript:window.top.close();">关闭窗口</a></p>
</div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?