head.asp

来自「很好的一个系统」· ASP 代码 · 共 13 行

ASP
13
字号
<table width="200" border="0" cellspacing="0">
	<tr>
		<td><img src="image/top.gif" width="760" height="110" border="0" usemap="#MapMapMap"></td>
	</tr>
</table>
<map name="MapMapMap">
	<area shape="rect" coords="222,92,273,110" href="index.asp">
	<area shape="rect" coords="301,92,356,110" href="ground.asp">
	<area shape="rect" coords="643,92,697,110" href="logout.asp">
    <area shape="rect" coords="389,92,444,110" href="search.asp">
    <area shape="rect" coords="558,92,616,110" href="lword.asp">
    <area shape="rect" coords="474,92,531,110" href="mine.asp">
</map>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?