?? forget_pass1.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Easy Buy Online</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: 12px;
}
.STYLE10 {
font-size: 14px;
color: #FF0000;
}
.STYLE3 {color: #FFFFFF}
-->
</style>
<script language="javascript">
<!--
function check_name(form)
{
if(form.c_name.value=="")
{
alert("請輸入您的用戶名");
form.c_name.focus();
return false;
}
}
-->
</script>
</head>
<body>
<center>
<form action="forget_pass2.jsp" method="post" onSubmit="return check_name(this);">
<table width="782" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="40" colspan="3" align="center"><span class="STYLE10">Easy Buy Online--密碼查詢</span> </td>
</tr>
<tr>
<td height="20" colspan="3" align="center"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="322" align="right"><span class="STYLE1">請輸入您的用戶名</span>:</td>
<td width="195" height="34" align="left"><input type="text" name="c_name" value="" /></td>
<td width="265" align="left"><input name="Submit" type="submit" class="STYLE1" value=" 確定 " /></td>
</tr>
<tr>
<td height="34" colspan="3" align="left"><!--DWLayoutEmptyCell--> </td>
</tr>
</table>
</form>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -