转向脚本收集
作者:lcy 日期:2006-03-25
1、<script>location.assign('http://www.xxx.com');</script>
2、<script>document.location="http://www.xxx.com";</script>
3、<script>window.location="http://www.xxx.com";</script>
4、<%response.redirect "http://www.xxx.com"%>
5、<meta http-equiv=refresh content=0;URL=http://www.xxx.com>
2、<script>document.location="http://www.xxx.com";</script>
3、<script>window.location="http://www.xxx.com";</script>
4、<%response.redirect "http://www.xxx.com"%>
5、<meta http-equiv=refresh content=0;URL=http://www.xxx.com>
Tags: 转向