index.asp
来自「该程序可应用于小学教学软件」· ASP 代码 · 共 38 行
ASP
38 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="ybqh.asp" -->
<html>
<head>
<title>全国邮编、区号查询</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body text="#000000" link="#000000" vlink="#000000" alink="#000000" leftmargin="0" topmargin="0">
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0" height="277">
<!--DWLayoutTable-->
<tr>
<td colspan="2" valign="top" height="18">
</td>
</tr>
<tr>
<td width="153" height="212" valign="top">
<!--#include file="index_left.asp" -->
<font color="#FFFFFF"><strong>
<script src='http://www.bsgy.net/count/CounterLink1.asp'></script>
</strong></font> </td>
<td width="758" rowspan="2" valign="top" height="259"><br> <%If Request.QueryString("sheng")<>"" Or Request.QueryString("nr")<>"" Then
If Request.QueryString("sheng")="" Then %>
<!--#include file="index_main.asp" --> <%Else %> <!--#include file="index_main_sheng.asp" -->
<%End If
Else %>
<!--#include file="index_main_text.asp" -->
<%End If %>
</td>
</tr>
<tr>
<!--#include file="foot.asp" -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?