📄 form.htm
字号:
<html>
<head>
<style type="text/css">.over {
border-right: #666666 1px solid; border-top: #666666 1px solid; border-left: #666666 1px solid; border-bottom: #666666 1px solid
}
.out {
border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; border-left: #ffffff 1px solid; border-bottom: #ffffff 1px solid
}
.up {
border-right: #666666 1px solid; border-top: #666666 1px solid; border-left: #666666 1px solid; border-bottom: #666666 1px solid; background-color: #fafafa
}
.down {
border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; border-left: #ffffff 1px solid; border-bottom: #ffffff 1px solid; background-color: #f2f2f2
}
</style>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<link href="images/style.css" rel="stylesheet" type="text/css">
<title>$boardtitle$</title>
</head>
<body oncontextmenu="return false" bgcolor="#ffffff">
<center>
<div align="center">
<a href="$url$">
<img src="images/home.gif" border="0" alt="主页" width="36" height="28"></a> <a href="index.asp"><img src="images/write.gif" border="0" alt="签写" width="36" height="28"></a><br>
<br>
<form name="add" method="post" enctype="multipart/form-data" action="savedata.asp" onsubmit="return add_validator(this)">
<input name="password" type="hidden" maxlength="10" size="32" class="text">
<input type="hidden" name="refile" value="default">
<input type="hidden" name="action" value="$action$">
<input type="hidden" name="myid" value="$myid$">
<table cellspacing="2" cellpadding="2" border="0">
<tr>
<td align="right" width="50">
<img src="images/name.gif" align="center" width="26" height="8"></td>
<td align="left" width="250" colspan="2">
<input class="text" size="44" name="name" type="text" value="$cook_name$" maxlength="20"></td>
</tr>
<tr>
<td align="right" width="50">
<img src="images/email.gif" align="center" width="30" height="8"></td>
<td align="left" width="250" colspan="2">
<input class="text" size="44" name="email" type="text" value="$cook_email$" maxlength="50"></td>
</tr>
<tr>
<td align="right" width="50">
<img src="images/rhome.gif" align="center" width="28" height="10"></td>
<td align="left" width="250" colspan="2">
<input class="text" size="44" value="$cook_home$" name="homepage" type="text" maxlength="100">
</td>
</tr>
<tr>
<td align="right" width="50">
<img src="images/message.gif" align="center" width="44" height="8"></td>
<td align="left" width="250" colspan="2">
<textarea name="content" rows="5" cols="44" class="text"></textarea></td>
</tr>
<tr>
<td align="right" width="50">
<img src="images/cookies.gif" align="center" width="42" height="8"></td>
<td align="left" width="95">
<img src="images/yes.gif" align="center" height="8">
<input checked name="cookies" type="radio" value="1">
<img src="images/no.gif" align="center" height="8">
<input name="cookies" type="radio" value="0"> </td>
<td align="left" width="155" rowspan="2" valign="top">
<select name="face" size="1" onChange="showimage()">
<script language="javascript">
function showimage()
{
document.images.face.src=document.add.face.options[document.add.face.selectedIndex].value;
}
</script>
<option value="face/0.gif" selected>头像1</option>
<option value="face/1.gif">头像2</option>
<option value="face/2.gif">头像3</option>
<option value="face/3.gif">头像4</option>
<option value="face/4.gif">头像5</option>
<option value="face/5.gif">头像6</option>
<option value="face/6.gif">头像7</option>
<option value="face/7.gif">头像8</option>
</select> <img src="face/0.gif" name="face" border="0" width="15" height="17">
</td>
</tr>
<tr>
<td align="right" width="50"></td>
<td align="left" width="95"> </td>
</tr>
<tr>
<td align="right" width="50"></td>
<td align="left" width="250" colspan="2">
<input class="submit" style="width: 40px" type="submit" value="ok" name="submit">
</td>
</tr>
<tr><td align="left" colspan="3">
<script language=javascript>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -