
<script> alert('跳转!');location.href='xx.asp'; </script>
response.write"<script>alert('跳转!');location.href='xx.asp';</script>"response.end与res...
response.write "<script> alert('跳转!');location.href='xx.asp'; </script>"
response.end
与
response.write "<script language='javascript'>" & chr(13)
response.write "alert('跳转!');" & Chr(13)
response.write "window.document.location.href='xx.asp';"&Chr(13)
response.write "</script>" & Chr(13)
response.end
有区别吗?
好像都可以跳转到xx.asp
有区别吗? 展开
response.end
与
response.write "<script language='javascript'>" & chr(13)
response.write "alert('跳转!');" & Chr(13)
response.write "window.document.location.href='xx.asp';"&Chr(13)
response.write "</script>" & Chr(13)
response.end
有区别吗?
好像都可以跳转到xx.asp
有区别吗? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询