📄 addly.asp
字号:
<%
id=request("id")
%>
<link rel="stylesheet" type="text/css" href="img/css.css">
<form name="form" method="post" action="Comment_Save.asp?id=<%=id%>">
<table width="100%" cellspacing=1 cellpadding=0 align=center class=tableBorder1>
<tr>
<th height="25" colspan="2" align=left> Submit your comments for this product:</th>
</tr>
<tr>
<td height="25" align=right>E-Mail*</td>
<td height="25"><input name="MailX" type="text" size="30" maxlength="250"></td>
</tr>
<tr>
<td height="25" align=right>Content*(no more than 250 bytes)</td>
<td height="25"><textarea name="CommentX" cols="40" rows="5"></textarea></td>
</tr>
<tr>
<td colspan="2" height="25" align=center CLass=TableTitle2><input type="submit" name="Submit" value="Submit"> <input type="reset" name="Submit2" value="Reset"></td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -