青铜色rgb:asp中response.redirect的使用方法

来源:百度文库 编辑:高考问答 时间:2024/05/06 11:05:25
主要是放在哪个地方???
放在<html>前?我试了,还是不会自动转换```

把这一句放在<%
response.redirect "xxxx.asp"
%>
这样就行了..... 这是ASP程序.一定要放在<%%>里才会有用

使用办法:

response.redirect "xxxx.asp"