日期:2014-05-17 浏览次数:21199 次
<!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.NET MVC兑现验证码功能
-
怎么去除字符串前后的换行回车
-
有什么方法使网站打开的速度更快,页面文件更小!该怎么解决
-
通用数据访问--UDA的构想
-
不知道,这年头是否还有人对使用JavaScript的ASP同学录源码感兴趣的解决办法
-
ASP怎么读取xtx文件中的内容
-
remote script文档(转载自微软)(二)
-
关于英文自动换行的有关问题。求
-
asp中如何用request.Form方法获取并正确显示包含带双引号的字符串变量? 高分送
-
Cl是对象名吗?解决方案
-
一个比较全面的探测器
-
输入框的判断有关问题
-
批量复制粘贴散布在不同目录下的同名文件
-
appserv下如何运行ASP程序
-
系统日志报:W3SVC-WP异常,asp就运行不了
-
服务器启用Gzip到底是如何压缩网页的
-
Datagrid分页、排序、删除代码
-
asp.net button onclick 按刷新会重复执行onclick事件解决方法
-
~怎样作网站的在线统计?多谢
-
这样的正则表达式如何写