Hello!
I´ve problem with location.href in Google Chrome and Safari 3.2.1. I´ve read some posts on internet about a location-bug in the WebKit engine but couldn´t find a workaround. It works great in IE and Firefox. This is what I do:
var location = window.location.href;
window.location.href = location + "&redirect=1";
or
window.location.href = window.location.href + "&redirect=1";
Any suggestions?