?? bar.htm
字號:
<html>
<head>
<title>button</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<script language="javascript">
function sys_tool()
{
var menu_main = window.parent.document.getElementById("menu_main");
var sys_tree = document.getElementById("sys_tree");
var bar = document.getElementById("bar");
if(menu_main.cols == "0,10,*")
{
sys_tree.title = "隱藏菜單欄";
bar.innerHTML = '3';
menu_main.cols = "175,10,*";
}
else
{
sys_tree.title = "顯示菜單欄"
menu_main.cols = "0,10,*";
bar.innerHTML = '4';
}
}
</script>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<table width="5" border="0" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#6A7180">
<div id=sys_tree onclick="sys_tool();" title=隱藏工具欄>
<div id="bar" style="font-family:Webdings;color:#f6ca71;cursor:hand">3</div>
</div>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -