Monday, January 18, 2010

Javascript move page

To move page with javascript's "document.href"

function movePage() {
document.href = "http://target.url.com";
}

<a href="#" onclick="movePage"> Clict To Move !! </a>

For firefox (only??),
#(sharp?) in href value is important







No comments:

Post a Comment