WEB开发网
开发学院WEB开发ASP ASP入门基础教程-使用Form集合 阅读

ASP入门基础教程-使用Form集合

 2006-10-26 12:01:21 来源:WEB开发网   
核心提示: <html><head><title>读取Form集合中特定元素对象的值</title></head><body><center>request 对象的form 集合示例<p><hr si
<html>
<head><title>读取Form集合中特定元素对象的值</title></head>
<body>
<center>
request 对象的form 集合示例<p>
<hr size="2" width="80%" color="#cc9999">
<p><font color="red"><h2>欢迎登录本站点</h2></font><p>
下面是您所填写的基本信息,请确定是否正确。<p>
<%
Response.write("您的姓名是:" & Request.form("xm") & "<p>")
Response.write("您的性别是:" & Request.form("xb") & "<p>")
Response.write("您的密码是:" & Request.form("mm") & "<p>")
Response.write("您所学专业是:" & Request.form("ah") & "<p>")
Response.write("您的特长是:" & Request.form("xl") & "<p>")
Response.write("您的格言是:")
Response.write Request.form("adage") & "<p>"
%>
这些信息对吗?
<a href="4-3a.htm">如不对,返回</a>**||**<a href="4-3-2.asp">请点这里返回到教材</a></p>
<center>
</body>
</html>

二、读取Form集合中所有元素对象的值

还是以上题为例,表单提交的代码与文件4-3a.htm基本一样,我们将其取名为:4-3b.htm,其代码如下:

上一页  1 2 3 4  下一页

Tags:ASP 入门 基础

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接