asp中Response.Redirect的应用
用dreamweaver编asp,站点的子目录是当前页面和文件夹A(其他忽略不说了),现在想用Response.Redirect把当前页面与文件夹A中的页面b.htm链接...
用dreamweaver编asp,站点的子目录是 当前页面和文件夹A(其他忽略不说了),现在想用Response.Redirect把 当前页面 与 文件夹A中的页面b.htm 链接,该怎么做?
我写的Response.Redirect"b.htm"似乎不对哦
还是把代码弄上来让大家看看吧
看看除了我说的地方,是不是别的地方弄错了
<%
If Request.Form("user_name")<>""And Request.Form("idnumber")<>""Then
set conn=server.createobject("ADODB.connection")
conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("reserve.mdb")
Dim inname,inid,insex,inage,inlove,income,insatisfy
inname=Request.Form("user_name")
inid=Request.Form("idnumber")
insex=Request.Form("sex")
inage=Request.Form("age")
inlove=Request.Form("love")
income=Request.Form("come")
insatisfy=Request.Form("satisfy")
Dim strsql
strsql="Insert Into reserve(user_name,idnumber,sex,age,love,come,satisfy)Values('"&inname&"','"&inid&"','"&insex&"','"&inage&"','"&inlove&"','"&income&"','"&insatisfy&"')"
conn.Execute(strsql)
Response.Redirect"站点\1.htm"
Else Response.Write"请完善您的个人信息"
Response.Write"<a href='denglu.asp'>返回填写</a>"End If
%> 展开
我写的Response.Redirect"b.htm"似乎不对哦
还是把代码弄上来让大家看看吧
看看除了我说的地方,是不是别的地方弄错了
<%
If Request.Form("user_name")<>""And Request.Form("idnumber")<>""Then
set conn=server.createobject("ADODB.connection")
conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("reserve.mdb")
Dim inname,inid,insex,inage,inlove,income,insatisfy
inname=Request.Form("user_name")
inid=Request.Form("idnumber")
insex=Request.Form("sex")
inage=Request.Form("age")
inlove=Request.Form("love")
income=Request.Form("come")
insatisfy=Request.Form("satisfy")
Dim strsql
strsql="Insert Into reserve(user_name,idnumber,sex,age,love,come,satisfy)Values('"&inname&"','"&inid&"','"&insex&"','"&inage&"','"&inlove&"','"&income&"','"&insatisfy&"')"
conn.Execute(strsql)
Response.Redirect"站点\1.htm"
Else Response.Write"请完善您的个人信息"
Response.Write"<a href='denglu.asp'>返回填写</a>"End If
%> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询