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
[code]
<script>
history.go(0);
</script>
results in endless loop, which makes sense...but how would I reload the page just one time ?
thanks