日期:2014-05-17 浏览次数:21072 次
<!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>
推荐阅读更多>
-
HTML条形图函数库_组件开发_ASP教程
-
[分享]ASP版Punycode(改版从C#)
-
关于流水号的有关问题
-
近一万条记要的EXCEL,采用ASP读取,数据不能显示完整
-
网页中怎么添加代码播放wmv的视频
-
多张图片录入同一个表有关问题
-
填充树形数据时哪种方法更好啊解决方法
-
使用条件语句
-
bbs的数据结构和存储过程(一)
-
关于程序设计的基础有关问题
-
ASP链接MYSQL并读取数据的程序
-
图片上传前取得尺寸
-
针对ASP类网站的Win 2003硬盘安全设置
-
ADO组件之分页程序
-
关于CHECKBOX怎么分类选择的有关问题,高分,高手帮帮忙啊
-
优化 ASP 应用程序和 VBScript 的技巧
-
Asp Object 之:Flush
-
wml能否可以实现类似html的框架功能?该怎么解决
-
无组件上传图片之文件采用方案
-
ASP 新手!请问 "用户权限控制" 的有关问题 ! 高手来!