日期:2014-05-17 浏览次数:20895 次
<!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脚本组件
- 什么是会话ID和如何运用会话ID
- 超级郁闷 FORM提交的有关问题
- 页面重复刷新计数的有关问题
- 你真的需要FRONTPAGE吗?
- 在ASP.Net MVC3中应用CKEditor
- ASP.Net及Asp中的MD5加密-16位32位
- asp保存出现空白,求大神帮忙检查一下解决方法
- 这样的语句怎么简化
- 在ASP应用中验证用户身份(1)
- 初学asp, 帮小弟我看看这几行语句错哪了, 谢谢
- 构建免受 FSO 威胁虚拟主机(一)
- 时间段查询的有关问题?
- ASP.Net 实战项目 之 《书籍商城》 第二天
- FLV在线播放代码的有关问题
- 用ASP实现网上“五子棋”大赛
- ASP首页模板篇
- 有关session的有关问题
- 从ASP迁移至ASP+
- ASP+中文教程(一)--asp+简介、安装、以及如何显示中文