T
Totti
Hi everyone,
I would like to ask you please answer the following:
On a BACK button that will send the user to a previous page, i would
like this "previous" page when one presses the button to go to it, to
refresh itself only once.
I have on a javascript on a backbutton onclick = "history.go
(-1);history.go(0);"
I thought this may work, but actually NO it doesnt.
I tried writing a method that will refresh onLoad but this one
refreshes for ever, I just need only to refresh once when someone
press this Back button, to take the user to the "refreshed" previous
page. is that possible?
Thanks in Advance
I would like to ask you please answer the following:
On a BACK button that will send the user to a previous page, i would
like this "previous" page when one presses the button to go to it, to
refresh itself only once.
I have on a javascript on a backbutton onclick = "history.go
(-1);history.go(0);"
I thought this may work, but actually NO it doesnt.
I tried writing a method that will refresh onLoad but this one
refreshes for ever, I just need only to refresh once when someone
press this Back button, to take the user to the "refreshed" previous
page. is that possible?
Thanks in Advance