/ Published in: JavaScript
Both work, I'll have to do some digging to find out which is best.
Expand |
Embed | Plain Text
window.location = "index.php" window.location.href = 'index.php'
You need to login to post a comment.
fugue on 12/29/06
2 people have marked this snippet as a favorite
Both work, I'll have to do some digging to find out which is best.
window.location = "index.php" window.location.href = 'index.php'
You need to login to post a comment.