?? editmail.jsp
字號(hào):
<html>
<head>
<title>圖片上傳</title>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<LINK href="../images/mainstylectrl.css" type=text/css rel=stylesheet>
</head>
<body text="#000000" leftmargin="0" topmargin="0" bgcolor="#ffffff" class="Utu">
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor="#ffffff">
<tr> <form onSubmit="return check1();" name="form9" method="post" action="editmailok.jsp?myname=<%=(String) session.getAttribute("username")%>" >
<td valign="middle"> 請(qǐng)輸入您的新的郵箱地址:
<input type="text" name="email" size="30" class=buttonlinear>
<input type="submit" name="submit" value="修改" class="pushbutton"></td>
</form>
</tr>
</table>
</body>
</html>
<script language=javascript>
<!--
function check1(){
ff=document.form9
if (ff.email.value==""){
window.alert("請(qǐng)輸入郵箱!")
ff.email.focus()
return false
}
}
//-->
</script>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -