Problem using Javascript to refresh page in IE
I have tried the following code to make the page refresh using Javascript and all of them give a 500 Internal Error in IE. I have no problem in FF,CH,SF.
I know I cannot be the only one who has a problem getting IE to refresh using javascript.
window.location.href = window.location.href;
window.location.href = window.location.pathname;
window.location = $(location).attr('href');
window.location.href = $(location).attr('href');
location.reload();
location.reload(true);
window.location.reload();
window.location.reload(true);
window.setTimeout(location.reload(),0);
window.setTimeout(location.reload(true),0);
window.setTimeout(window.location.reload(),0);
window.setTimeout(window.location.reload(true),0);
window.location = window.location;
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks