Add this in your input element
history.back()
or
history.go(-1)
Put this to the button onclick handle. It should look like this:
by James Palmer
Add this in your input element
history.back()
or
history.go(-1)
Put this to the button onclick handle. It should look like this: