日期:2014-05-17 浏览次数:21011 次
<!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>例子</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="ListFriend.asp">
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="71" height="30" align="right">
邮箱:
</td>
<td width="429" height="30">
<select size="1" name="domains">
<option value="163" selected="selected">@163.com 网易</option>
<option value="sina">@sina.com 新浪</option>
</select>
*
</td>
</tr>
<tr>
<td height="30" align="right">
用户名:
</td>
<td height="30">
<input size="23" name="uName" />
*(例:myemail)
</td>
</tr>
<tr>
<td height="30" align="right">
密码:
</td>
<td height="30">
<input type="password" size="19" name="uPw" />
*
</td>
</tr>
<tr>
<td height="30" align="right">
收件人:
</td>
<td height="30">
<input name="sendTo" type="text" id="sendTo" size="35" />
*(例:XX@126.com)
</td>
</tr>
<tr>
<td height="30" align="right">
标题:
</td>
<td height="30">
<input name="Title" type="text" id="Title" value="AAAAAA" size="50" />
*
</td>
</tr>
<tr>
<td height="30" align="right">
内容:
</td>
<td height="30">
<textarea name="Content" cols="50" rows="6" id="Content"><%=Content%></textarea>
*
</td>
</tr>
<tr>
<td height="30" align="right">
<input name="doWhat" type="hidden" id="doWhat" value="sendEmail" />
</td>
<td height="30">
<input tabindex="4" type="submit" value=" 发 送 " name="sub" style="height: 1.67em;
width: 5.0em; font-size: 13px" />
(点击发送后请稍等提示...)
</td>
</tr>
</table>
</form>
</body>
</html>
推荐阅读更多>
-
asp里怎么把处理转向到jsp系统
-
关于统计的有关问题
-
ASP编程中15个非常有用的例子 (二)(转)
-
aspemail的安装及简单示例的说明_邮件相关_ASP教程
-
提高ASP页面的执行效率(中)
-
ASP中实现网络打印功能
-
ASP 留言板 救命,该怎么解决
-
删除标题的显示解决思路
-
请教asp中怎么运行字符串计算公式
-
改变样式?解决办法
-
WebClass入门(4)_组件开发_ASP教程
-
哪位给小弟我进行一下启蒙教育啊
-
Windows 2003下不注册组件用ASP发邮件
-
点击按钮,然后在指定的窗口中打开的新网页,该如何解决
-
求Web(div+css)好文好书!该如何处理
-
asp无组件文件上传,效率的关键
-
二问:输入框的检测有关问题,真的有点难,请
-
asp、vbs、js、html 共有几种编解码方法?该如何处理
-
数据库中数据的统计有关问题
-
计算自己年龄的代码。