Monday, July 28, 2008

JavaScript Current URL Including Querystring

If you want to reload the current page with the same URL including the Querystring:

window.location = location.href;

Another recommendation was:

window.location.reload();

The one above worked for my needs, and the one below did not. I'm sure it depends on your situation.

No comments:

Check This Out!

More Links to Good Information