📄 wizgamebig.html
字号:
<HTML>
<HEAD>
<TITLE>The Little Wizard Game!</TITLE>
<script language="JavaScript">
function openwindow()
{
window.open("wizhelp.html","WizardHelp","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=400")
}
</script>
</HEAD>
<BODY bgcolor="#555566">
<CENTER>
<font size=2>The Little Wizard Game</font>
<br>
<!-- xsize=pixels of main screen, ysize=pixels of mainscreen -->
<!-- width of applet=xsize+10 height of applet~=ysize+95 -->
<applet code="scr.class" width=310 height=395>
<param name=xsize value=300>
<param name=ysize value=300>
</applet>
<br><font size=1>v.1.3 - By Ralph Capper (c)2003</font>
<br>
<form>
<input type="button" value="Help" onclick="openwindow()">
</form>
</CENTER>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -