I want my user to be able to click a button and go to another web page. I want this button to just load a new page, nothing else.
I thought that I could do this by putting the button inside of a hyperlink.
<a href="../default.asp"><input type="button" value="try again" name="B3" tabindex="10"></a>
The button appears but clicking it does nothing. A text hyperlink with the same syntax works, so I know that my address is valid. I must be overlooking something obvious, please help.
I thought that I could do this by putting the button inside of a hyperlink.
<a href="../default.asp"><input type="button" value="try again" name="B3" tabindex="10"></a>
The button appears but clicking it does nothing. A text hyperlink with the same syntax works, so I know that my address is valid. I must be overlooking something obvious, please help.