Personal Memos
日常のメモ書き的なことを書いてあります。
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
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment