_mail_counter.asp
来自「泡泡堂服务端内有建站说明,喜欢玩泡泡堂的朋友下载开发.」· ASP 代码 · 共 31 行
ASP
31 行
<!-- #include virtual="/admin/admin_head.asp" -->
<%
site_name = request("site_name")
if site_name = "" then site_name = "030127Mail"
%>
<form method="post" action="mail_counter.asp" name=calender>
<table border=0 width=600 cellpadding=0 cellspacing=0>
<tr>
<td width=90% bgcolor=#E6E6E6 height="40" align="center" valign="middle">
<select name=site_name>
<option value="030127Mail"<%if site_name="030127Mail" then response.write(" selected")%>>03/01/27 矫荤雀 寸梅磊 傍瘤 皋老
</select>
</td>
<tr>
<td colspan=2 bgcolor="#3C57A2">
<table border=0 width=653 cellpadding=0 cellspacing=1>
<tr>
<td width=90% bgcolor=#6A819B height="40" align="center" valign="middle">
<table border=0 width=100% bordercolor="black" cellpadding=0 cellspacing=0 bgcolor="#6A819B">
<td align=center height=22><img src="http://61.78.55.11:8080/servlet/vCounter?id=<%=site_name%>" width=90 height=20></td>
</table>
</td>
</tr>
</table>
</td>
</table>
</form>
<!-- #include virtual="/admin/admin_bottom.asp" -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?