日期:2014-05-17 浏览次数:21057 次
<!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>
推荐阅读更多>
-
求助关于远程访问ACCESS数据库的问题
-
asp 读取xls数据,加上where就出错,不知道为什么,该怎么处理
-
ASP实现简单的网页保护功能
-
看看这段代码的有关问题在哪
-
remote script文档(转载自微软)(九)
-
Behavior学习笔记(一)
-
ASP提交INPUTtext数组,POST方法怎么获取其取
-
!不同分类不同的审核流程怎么实现
-
ASP教程:学习ASP应用Cookies的技巧
-
ASP实例:处理多关键词查询实例代码
-
web打印的另类方法
-
寻找asp:)解决方法
-
asp 连接sql有关问题
-
关于ACCESS里时间段的查询
-
WEB打印经验交流
-
晋级为2003提示找不到文件
-
关于asp 调 用 分页 存储过程的有关问题
-
小弟我看SaaS相对于ASP的唯一创新就是计费模式
-
ASP 一个table里分条件插入查询语句是否算严重语法异常?
-
用ASP生成由客户浏览器处理的客户端脚本_ASP客户端_ASP教程