script09.html
来自「图灵程序设计丛书 JavaScript基础教程源代码」· HTML 代码 · 共 21 行
HTML
21 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Window Test</title>
<script language="Javascript" type="text/javascript" src="script09.js">
</script>
</head>
<body bgcolor="#FFFFFF">
<div align="center">
<h1>Let's play with windows!</h1>
<h3>
<a href="#" id="topLeftWin">Move/open window in the top left</a>
<a href="#" id="topRightWin">Move/open window in the top right</a><br />
<a href="#" id="bottomLeftWin">Move/open window in the bottom left</a>
<a href="#" id="bottomRightWin">Move/open window in the bottom right</a><br />
<a href="#" id="closeWin">Close the window</a>
</h3>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?