rubber.html
来自「this gives details of the network progra」· HTML 代码 · 共 19 行
HTML
19 行
<HEAD>
<TITLE>Netprog JavaScript Demos - Annoying Rubber Windows</TITLE>
<SCRIPT>
function my_favorite_size() {
window.resizeTo(640,480);
}
</SCRIPT>
</HEAD>
<BODY onLoad="my_favorite_size()" onResize="my_favorite_size()">
<H2>Rubber Window</H2>
<P>You should not be able to change the size of this window - it
should keep returning to the same size.</P>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?