> 1. remove the type=submit button. you need to also use javascript to > submit form. Really?
Try this: <form action="#test" method="post"> <input /> </form> 'Enter' works for me in FF (I didnt check on other browsers) Michael
> 1. remove the type=submit button. you need to also use javascript to > submit form. Really?
Try this: <form action="#test" method="post"> <input /> </form> 'Enter' works for me in FF (I didnt check on other browsers) Michael