http://htmlweb.ru/java/forms.php
<html> <head> <script language="JavaScript"> function nextPage() { self.location = "next.html?name=" + escape(document.theForm.userName.value); // Use escape() any time there might be spaces or } // non-alpa characters </script> </head> <body> <form onSubmit = "nextPage();return false;"> Enter your name: <input type=text name=userName> <input type=submit> </form> </body> </html>
---------------
---------------
<form method=get OnChange='this.submit();'> <input type=checkbox name="fnew">Только новые </form>
---------------
www.prime-speed.ru