click back button without browser resend data alert message

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
olumide
Forum Members
Forum Members
Posts: 108
Joined: Mon Mar 21, 2011 10:26 am

click back button without browser resend data alert message

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: click back button without browser resend data alert mess

Post by Dr.CSS »

Have you tried...

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

Return to “Modules/Add-Ons”