Use one submit button to enter various pages in Javascript
Posted
by
Kelvin
on Stack Overflow
See other posts from Stack Overflow
or by Kelvin
Published on 2011-03-05T23:15:19Z
Indexed on
2011/03/05
23:24 UTC
Read the original article
Hit count: 257
Hiya:
I want to enter different rooms with on button. How is this possible in Javascript. For example, there are three rooms, "Kitchen, toilet and bedroom". How can I use JS to enter any of these rooms depending on my choice.
This is the HTML input,
<form method="post">
<input style=""name="Text1" type="text"><br>
<input name="move" style="height: 23px" type="submit" value="Move">
</form>
© Stack Overflow or respective owner