This seems like it would be very simple; how do I get a command button to act as a hyperlink? I have tried the following:
<input type="button" onclick="
and
<form action="<input type="submit" value="Go">
</form>
I know this can't be too hard.
<input type="button" onclick="
and
<form action="<input type="submit" value="Go">
</form>
I know this can't be too hard.