📄 buttonmenu.html
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>顶部导航菜单</title>
<script src="genericMove.js" type="text/javascript"></script>
<script src="buttons.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
document.onmousedown = initDown;
document.onmouseup = initUp;
document.onmousemove = initMove;
function initDown() {
doDown();
moveme_onmousedown();
}
function initUp() {
doUp();
moveme_onmouseup();
}
function initMove() {
moveme_onmousemove();
}
//-->
</script>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#E0DFDE">
<div align="left">
<table class="coolBar" style="position: relative; z-index: 99; top: 0px; left: 0px;"
id="toolbar1" cellpadding="0" width="100%">
<tr>
<td class="coolButton" onclick="window.open('http://www.sstp.com.cn/newbook/newbook.htm ', '_top')"><nobr><img
src="win16.gif" width="16" height="16">新出书目</nobr> </td>
<td class="coolButton"
onclick="window.open('http://www.sstp.com.cn/computer.htm', '_top')"><nobr><img
src="win16.gif" width="16" height="16">精品电脑图书</nobr></td>
<td class="coolButton" onclick="window.open('http://www.sstp.com.cn/chaxun.htm', '_blank')"><nobr><img
src="win16.gif" width="16" height="16">查询书目</nobr> </td>
<td class="coolButton" onclick="window.open('http://www.sstp.com.cn/buybook.htm ', 'themain')"><nobr><img
src="win16.gif" width="16" height="16">购书指南</nobr> </td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -