主题:跳转到其他页不好用了,急救!!!
我的代码如下,跳转代码不好用,请教各位大虾:
if not isempty(Request.Form("Manage")) then
Response.Redirect"Analysis.asp"
end if
其中Manage为按钮名称,在程序运行时按下按钮没反应,我想实现跳转到Analysis.asp页面
if not isempty(Request.Form("Manage")) then
Response.Redirect"Analysis.asp"
end if
其中Manage为按钮名称,在程序运行时按下按钮没反应,我想实现跳转到Analysis.asp页面