日期:2014-05-17 浏览次数:21095 次
<!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跟asp.net的高手把这个方法变为asp版本的
-
ASP.NET MVC案例课程(基于ASP.NET MVC beta)——第二篇:第一个页面
-
asp不能更新ACCESS解决思路
-
除了用目录树,其它的能够更好表现这种思路的方法!该如何处理
-
做了一个网站,用什么服务器?该怎么解决
-
session的有关问题
-
IIS7.5修改asp的文件下传限制方法
-
一些常用的辅助代码 (网络收藏)
-
从数据库中获取两个字段中的值,该如何解决
-
帮忙测速,有好的意见另外给分,多谢了
-
如何更改Access默认的中文输入?
-
asp报至少一个参数没有被指定值,具体看里面小弟我的代码
-
怎么隐藏路径
-
监测你的站点使用多少session和application的程序
-
asp 页面编码有关问题、
-
ASP Error 0115的一些解决办法(调用组件出错)
-
又碰到一个ASP正则写法有关问题,大家来抢分吧