Click to See Complete Forum and Search --> : How do I reload my page just one time?


eurob
06-09-2006, 10:11 AM
I have this code:
[code]
<script>
history.go(0);
</script>


results in endless loop, which makes sense...but how would I reload the page just one time ?

thanks

phpnovice
06-09-2006, 12:39 PM
You probably have to make it be the result of a user action.