日期:2014-05-17 浏览次数:21069 次
<!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中怎么实现目录上 子目录与文件 的同时显示
-
哪位高手给小弟我提供个思路
-
ASP动态网页:ASP与存储过程实践(实例)
-
问下老是 asp连接access数据库有关问题
-
循序渐进学做留言簿-给留言簿添加在线留言编辑功能(一)
-
XML Server与XML-enabled Web Server介绍_ASP XML教程_ASP教程
-
asp比较指定日期的SQL如何写
-
ASP防止网页频繁刷新的方法介绍
-
浅述HTML应用程序(二)
-
JS的decodeURIComponent()函数用ASP如何实现
-
配置一个安全的IIS5初探_ASP安全加密_ASP教程
-
iis公布asp.net网站(转)
-
Web页面开发战中的一次重量级复赛
-
奇怪的cookies丢失有关问题
-
chartfx用法
-
asp 与 word 的结合解决思路
-
十天学会ASP之第八天
-
在ASP处理程序时显示进度
-
ASP调用带输入参数值及返回临时表记录集的存储过程