HTML Question, please help?

Andrew

New member
Alright so here is my problem, I want to make something like the following...

When you type one thing, such as "hello" it sends you to a page.
When you type something else, such as "bye" it sends you to a different page.

Here is the HTML code im using.

<form name="input" action="html_form_submit.asp" method="get">
Command:
<input type="text" name="Command" />
<input type="submit" value="Submit" />
</form>

How can i modify it so It does what I want it to?
 
Back
Top