日期:2014-05-17 浏览次数:21015 次
<!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>
推荐阅读更多>
-
在线修改Serv-U 4.2用户密码
-
怎么让小弟我的网站不在某一个省显示
-
怎么查询标题中是否包含多个关键词
-
使用 IIS 5.0 调整 Web服务器的艺术与科学--5
-
用ASP制作强大的搜索引擎
-
服务器启用Gzip到底是如何压缩网页的
-
无法下载的aspx文件,请问怎么下到源代码
-
c#asp.net必买书籍推荐
-
关于存储返回纪录怎么操作
-
一段加密函数(base64)
-
ASP用正则替换图片名称函数
-
ASP关于输入框中显示双引号和单引号
-
使用ASP程序对“HTML炸弹”进行屏蔽
-
response.redirect以后的代码还会执行吗
-
一个数据库,sql怎么调用出英文标题的信息
-
加入mailto: 后就出了有关问题,请们帮帮忙
-
求高人修改一上ckeditor插件有关问题
-
UBB代码,如何实现可以播放MP4文件呢? ,多谢
-
用ASP实现对MP3曲目信息的操作(用我上次说的ADO STREAM)
-
asp当中判断函数一览