Posts Tagged ‘location.href’

15 04 2009

根据来源链接重定向

bigCat Posted in JavaScript - 0 Comment

function anchor() {
var url = document.referrer;
if (/login\.htm/.test(url)) {
location.href="#anchor";
}
}

Host: (miao) | Word: Press | Code: bigCat | Valid: HTML5