📄 viewdate.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
.style2 {font-size: 12px}
.style3 {
color: #FF3366;
font-size: 12px;
}
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action="passworddo.asp">
<p> </p>
<table width="700" border="0" bgcolor="#6699cc">
<tr bgcolor="#6699CC">
<td width="101"><span class="style2">请输入日记密码:</span></td>
<td width="144"><span class="style1">
<input name="password" type="text" id="password" />
</span></td>
<td width="84"><span class="style1">
<input type="submit" name="Submit" value=" 查看日记 " />
</span></td>
<td width="353"><span class="style3">*注:该日记在撰写的时候有设密码,请输入密码后查看</span></td>
</tr>
</table>
<p> </p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -