日期:2014-05-16  浏览次数:20355 次

脚本的url属性读取
a.jsp

location= 'b.jsp ';

b.jsp
怎么能知道是从a.jsp转入的?
就是找个一个属性,其值是a.jsp

------解决方案--------------------
if(document.referer)this.location=document.referer