📄 findmessage.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用户登录界面</title>
</head>
<link rel="stylesheet" href="image/cs.css" type="text/css">
<%
if(session.getValue("ID")==null)
response.sendRedirect("indexs.jsp");
%>
<SCRIPT language=JavaScript src="image/regcheckdata.js">
</SCRIPT>
<body>
<TABLE style="MARGIN-TOP: 10px" cellSpacing=0 cellPadding=0 width=760 border=0 background="image/jiao_c2.gif">
<TR>
<TD vAlign=top>
<TABLE style="MARGIN-TOP: 0px" cellSpacing=0 cellPadding=0 width=759 border=0>
<TR bgColor=#b4d14e>
<TD vAlign=top align=left>
<IMG height=28 src="image/jiao_c1.gif" width=11>
</TD>
<TD style="FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ffffff; LINE-HEIGHT: 24px" width="100%" align="center">请输入您要查询的手机号段</TD>
<TD vAlign=top align=right>
<IMG style="FILTER: fliph" height=28 src="image/jiao_c1.gif" width=11>
</TD>
</TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=760 border=0>
<TR>
<TD width=760 bgColor=#f1fbcd>
<TABLE cellSpacing=0 cellPadding=2 width="90%" border=0>
<TR>
<TD vAlign=bottom height=13></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
<FORM name=login_form method=post action="foundmessage.jsp" onsubmit="return checkdata()">
<TR>
<TD width="41%" align=right noWrap class=ygw style="FONT-SIZE: 12px; COLOR: #339900; LINE-HEIGHT: 24px">号 段:</TD>
<TD width="59%" align="left" vAlign=top>
<INPUT id=number style="WIDTH: 125px" name="number">
</TD>
</TR>
<TR>
<TD colSpan=2 height=30 align="center">
<INPUT type="submit" name="chaxun" border=0 value="查 询">
</TD>
</TR>
</FORM>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=760 border=0>
<TR bgColor=#f1fbcd>
<TD vAlign=bottom align=left height=11>
<IMG height=11 src="image/jiao_c2.gif" width=11>
</TD>
<TD vAlign=bottom align=right>
<IMG style="FILTER: fliph" height=11 src="image/jiao_c2.gif" width=11>
</TD>
</TR>
</TABLE>
<br><br><br>
<table cellspacing=0 cellpadding=0 width=606 align=center border=0>
<tr>
<td align=middle>
<script language=JavaScript src="image/bottom.js"></script>
</td>
</tr>
</table>
</TD>
</TR>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -