Page 1 of 1

click back button without browser resend data alert message

Posted: Mon Jan 23, 2012 12:56 pm
by olumide
hello please is there any way i can use a back button like

Code: Select all

<a href="javascript:window.location.reload(history.go(-1))">Go Back</a>
on one of my templates and not get the browse resend data alert message.
Because it is trying to post my search query data again.

Re: click back button without browser resend data alert mess

Posted: Thu Jan 26, 2012 8:01 pm
by Dr.CSS
Have you tried...

a href="javascript:history.go(-1)">Go back</a>