📄 control.htm
字号:
<HTML>
<SCRIPT LANGUAGE="JavaScript">
var anchorTarget = null
function gotoAnchor()
{
// if ( anchorTarget == null ) return
top.MAIN.TEXT.location.hash = anchorTarget
// status = top.MAIN.TEXT.location.hash
alert(top.MAIN.TEXT.location.hash)
status = top.MAIN.TEXT.title
anchorTarget = null
}
function load(frameset,anchor)
{
top.MAIN.location = frameset
top.anchorTarget = anchor
}
</SCRIPT>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -