Quote:
Originally Posted by djdonx
Would you want it so that everytime someone visits the page it refreshes or just after someone logs in :S
Code:
<body onload="window.setTimeout('window.location.reload()',1000);">
I found you a Java refresh script that refreshes the page after one second..
Hope thats what you meant
|
The page only needs to be reloaded after login in, so that the correct navbar is displayed. Your solution seems to continuously refresh the page after 1000 miliseconds.
Even if it could be made to work to refresh the page *only* after login, I still don't like this solution very much because the user will get a chance to see to old page for a second then that page will be reloaded without his request. This might be annoying for some users.