📄 menu.asp
字号:
<!--#include file="config.asp" -->
<html>
<head>
<meta http-equiv=Content-Language content=zh-cn>
<meta http-equiv=Content-Type content=text/html; charset=gb2312>
<meta http-equiv=Pragma content=no-cache>
<%=citycss%>
<script language=JavaScript>
<!--
function opw(url,name, width, height) { //v2.0
window.open(url,name,''+'width='+width+',height='+height+',scrollbars=yes'+'');
}
//-->
</script>
<script language="javascript">
<!--
function checkform(theForm)
{
if (search.kclass.value == "")
{
alert("请选择搜索分类!");
search.kclass.focus();
return (false);
}
if (search.kword.value == "")
{
alert("请输入关键字!");
search.kword.focus();
return (false);
}
return (true);
}
//-->
</script>
</head>
<body style="margin:0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height=25 align="center" style="border-bottom:1px #cccccc solid"><a href=addads_place.asp target="_self">添加广告</a>
<a href=list.asp target="_self">正常广告</a>
<a href=list.asp?type=top target="_self">点击最高</a>
<a href=list.asp?type=end target="_self">点击最低</a>
<a href=list.asp?type=close target="_self">暂停列表</a>
<a href=list.asp?type=lose target="_self">失效列表</a>
<a href="mana.asp" target="_self">广告管理</a></td>
</tr>
<form method="post" action="search.asp" name="search" target="_self" onsubmit="return checkform()">
<tr><td bgcolor="#efefef" height=30> <select size="1" name="kclass">
<option selected>搜索分类</option>
<option value="1">广告ID</option>
<option value="2">关键词语</option>
</select>
<input type="text" name="kword" size="12">
<input type="submit" value="立即搜索" name="submit"></td></tr>
</form>
</table>
<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -