Try this simple Google search demo. Select, copy, paste into notepad, save & open in browser:
<!-- Submit via link and submit button -->
<form name="magic" target=_self method="GET" action="http://www.google.
<input type=submit name="sendme" value="Google.ca">
<input type=text name=q size=31 maxlength=2048 value="key" title="Search">
</form>
<a href="#" onclick="document.magic.ac
<B>Search Google.com</B></a>
Main Topics
Browse All Topics





by: callrsPosted on 2006-09-06 at 14:27:26ID: 17466542
http://www.mcfedries.com/J avaScript/ boilerplat e-images.a sp Passing Data to Another Page s/js063/in dex.htm Passing data from one form to another l.com/arti cles/pass_ values.htm l How Do I use JavaScript to Pass Values from one Field, Frame or Window to Another?
http://www.irt.org/article
http://webdevelopersjourna
When form is submitted via the submit button or hitting ENTER (if there's a submit button), the browser takes the form data, formats it automatically, and appends it to the url contained in the action attribute