on a form:
can you make it to where there is just text boxes and a user can hit enter to pass the variables without a submit button showing?
here you go:
<form name="hello" action="hello.html" method="post"> <input type="text" name="try_this" onChange="form.submit()"> </form>
doesn't work.
I tried something similar but with javascript using OnClick
this is weird. Seems so simple but can't get it
try this, <form action="whatever.php?submit=TRUE"> <input type=text> </form> Works for me...
Check out:
http://www.idocs.com/tags/forms/index_famsupp_157.html