Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
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, 5905👍, 0💬
Popular Posts:
How To Change System Global Area (SGA)? - Oracle DBA FAQ - Introduction to Oracle Database 10g Expre...
Have you ever worked with Microsoft Application Blocks, if yes then which? Application Blocks are C#...
Which bit wise operator is suitable for checking whether a particular bit is on or off? The bitwise ...
Can we get a strongly typed resource class rather than using resource manager? In the previous quest...
What's the output of the following program? And why? #include main() { typedef union { int a; char b...