phtt打字练习.htm

来自「一款就阿javascrip打字练习程序」· HTM 代码 · 共 27 行

HTM
27
字号
<html>
<head>
<title>phtt 英语单版</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
 <script>
function open_ttwin(url){
	ttwin=window.open(url,'newwindow','fullscreen=1');
	ttwin.resizeTo(785,557);
	ttwin.moveTo(screen.width/2-390,screen.height/2-270);
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
  <tr> 
    <td> 
      <table width="160" border="0" cellspacing="0" cellpadding="0" height="286" align="center">
        <tr> 
          <td width="160" height="286"  ><a href="#"><img src="../img/toPhtta.gif" width="160" height="286" border="1" onmousedown="open_ttwin('enjc.htm')"></a></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?