日期:2014-05-17 浏览次数:20947 次
<!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>
![]()
推荐阅读更多>
- ActiveX深入浅出(一)
- 求asp开发指导
- 查找卡有没有发行的SQL语句!该如何处理
- 数据库实现显示、添加、修改、删除的最简单的方法及实例
- Counters 组件参考(三) - Increment方法
- 嵌套SQL无法调用,该如何解决
- 实现通过随机产生密码,然后将密码EMail给注册用户
- 求好手帮忙找款 网页播放器~标题要长~
- 交付判断出错
- 趣味访客计数器设计两则
- 如何获取从上一页返回的所有checkbox的值
- 一个BBS的源代码(四)
- 用ASP开发试题库与在线考试系统_ASP安全加密_ASP教程
- ASP后门之终极伪装
- ★简单的有关问题,高高的分!在每天早上8:30至下午5:30开放系统★
- 怎么截取网页中的内容并循环输出
- 为什么用do while not rs.eof就会报错“对象关闭时,不允许操作”,该怎么解决
- asp.net鼠标滑过选项卡显示不同内容解决方法
- ASP,问个关于在网页上实现即时隐藏和显示一部分内容的有关问题
- 定时分发策略解决思路