日期:2014-05-17 浏览次数:20911 次
<!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中巧用Response属性
- 小弟我设计了一个权限管理,但有有关问题,请进
- ASP中动态include文件
- 请问一个有关问题,望有经验的大哥能给点意见,先谢过了
- 求单按钮与下拉菜单的动态联动,该如何解决
- 如何使用正则表达式来校验数据的合法性
- []表单没有被提交
- ASP程序性能测试报告(七)
- SPL3.0正式发布!支持多种数据库访问哦_数据库相关_ASP教程
- 页面跑步起来,请帮忙看看代码哪里有有关问题,多谢
- 做程序员到底好不好啊解决办法
- JScript 方法 - getUTCHours 方法
- 怎样用ADO在SQL SERVER中建库,建表
- 关于附件名的提取,该怎么解决
- Asp的安全管理(12) 最后: 网络安全的最佳方案 -------------->>>转自Microsoft-ASP教程,系统_系统相关_ASP教程
- w3 upload组件实例应用1
- ASP获取复选框(多项选择)的值
- 以前搜集的一些资料---html中的特殊字符(2)
- ASP编程-20个常用范例
- asp网站如果调用zBLOG最新文章,该怎么解决