Can someone tell me why my browser back button doesn't work on the web site I'm creating?
Here's the link:
Thanks,
Teresa
Here's the link:
Thanks,
Teresa
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<form>
<input type=button value="Back"
onCLick="history.back()">
</form>