?? findmessage.jsp
字號(hào):
<%@ 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">請(qǐng)輸入您要查詢的手機(jī)號(hào)段</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">號(hào) 段:</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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -