专业编程基础技术教程

网站首页 > 基础教程 正文

location.href 跳转到带参数页面(location.href跳转问题)

ccvgpt 2024-07-20 11:52:37 基础教程 11 ℃

string returnURL
returnURL="XX.asp?id="&request("id")&"&class="&request("class")&"&shu="&request("shu")&""
response.write "<script language='javascript'>"
response.write "alert('请输入正确的验证码');"
response.write "location.href = '" + returnURL + "'"
response.write "</script>"
response.end

location.href 跳转到带参数页面(location.href跳转问题)

Tags:

最近发表
标签列表