📄 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>
<LINK href=../css/style.css rel=stylesheet type="text/css">
<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>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="tableBorder">
<tr>
<th height="25">广告管理</th>
</tr>
<tr>
<td height=25><span class="bodytitle"><font color="ff6600"><b class="style1"> 管理选项</b></font>:</span><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 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 name="submit" type="submit" class="inputs" value="立即搜索"></td></tr>
</form>
</table>
<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -