What is another way to forward a user to another page?
Currently, I am using a tag that looks like this:
<meta http-equiv=“Refresh” content=“3; URL= index.html”>
But it fails to work sometimes (anyone know why?), so I was hoping someone could tell me a backup solution (javaScript?)