add_menu.asp
来自「CityCN V2.1 是自主开发的基于ASP+Access的新型资讯信息系统。」· ASP 代码 · 共 32 行
ASP
32 行
<%
'获取当前文件名
Dim thisfileName,thispostion
thisfileName = Request.ServerVariables("script_name")
thispostion = InstrRev(thisfileName,"/")+1
thisfileName = Mid(thisfileName,thispostion)
%>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="760">
<tr>
<td align="center" bgcolor="#88ccff" height="8"></td>
</tr>
<tr>
<td align="right" bgcolor="#E7F4F8">
<table border="0" cellpadding="0" style="border-collapse: collapse" width="500" height="40">
<tr>
<td onMouseOver='this.style.backgroundColor="#88ccff"' onMouseOut='this.style.backgroundColor=""' align="center" width="100" <%if thisfilename="add_info.asp" then response.write " bgcolor='#88ccff'"%>>
<a class="addmenu" href="add_info.asp?ct=<%=city%>">添加资讯</a></td>
<td onMouseOver='this.style.backgroundColor="#88ccff"' onMouseOut='this.style.backgroundColor=""' align="center" width="100" <%if thisfilename="add_city.asp" then response.write " bgcolor='#88ccff'"%>>
<a class="addmenu" href="add_city.asp">添加城市</a></td>
<td onMouseOver='this.style.backgroundColor="#88ccff"' onMouseOut='this.style.backgroundColor=""' align="center" width="100"> </td>
<td onMouseOver='this.style.backgroundColor="#88ccff"' onMouseOut='this.style.backgroundColor=""' align="center" width="100"> </td>
<td onMouseOver='this.style.backgroundColor="#88ccff"' onMouseOut='this.style.backgroundColor=""' align="center" width="100"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" bgcolor="#88ccff" height="8"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?