中洲万豪酒店是几星级:向高手求救

来源:百度文库 编辑:高校问答 时间:2024/04/28 15:56:42
<%response.write "<script language=javascript>"
response.write "alert('登录成功!');"
response.write "</script>"
response.write "<script language=javascript>location='index.asp'</script>"%>

我想在index.asp后面传送变量应该怎么加变量

可以这样加:

response.write "<script language=javascript>location='index.asp?id="&mID&"'</script>"%>

response.write "<script language=javascript>location='index.asp?a1=str1&a2=str2&a3=str3'</script>"%>

?a=1&b=2&c=3之类的