?? helpbutton.html
字號:
<!-- File: HelpButton.html
----
---- Author: Dr. D. Hunkins
---- Date: 4 June 2005
---->
<html>
<head>
<style type='text/css'>
span{text-align: center;}
</style>
<script>
function defineHandler() {
document.helpButton.elements[0].onclick = function() {window.open("./HelpFiles/aboutPathSim.html", "Help",
"scrollbars=yes,resizable=yes,width=800,height=600");displayHelp();};
}
</script>
</head>
<body>
<form name="helpButton">
<span><input type="button" name="help" value="About PathSim"></span>
</form>
<script>
defineHandler();
</script>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -