Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Submitting Forms by Hitting ENTER
How do I make a form so it can be submitted by hitting ENTER?
✍: FYIcenter
You need add JavaScript code to the input fields. When you hit the Enter key, the JavaScript code will be called to submit the form for you.
2007-03-03, 5264👍, 0💬
Popular Posts:
What is the quickest sorting method to use? The answer depends on what you mean by quickest. For mos...
Do You Know the Book "JUnit in Action"? You should know this book. It received some good reviews. Ti...
What will be printed as the result of the operation below: main() { char *ptr = " Cisco Systems"; *p...
What is the difference between mysql_fetch_object() and mysql_fetch_array() functions in PHP? mysql_...
What Happens If a Hyper Link Points to a Music File? - XHTML 1.0 Tutorials - Understanding Hyper Lin...