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:
How do you submit a form using Javascript?
How do you submit a form using Javascript?
✍: Guest
Use document.forms[0].submit();
(0 refers to the index of the form – if you have more than one form in a page, then the first one has the index 0, second has index 1 and so on).
2008-03-18, 5093👍, 0💬
Popular Posts:
Are risk constant through out the project ? * Never say that risk is high through out the project. R...
Where Do You Download JUnit? Where do I download JUnit? I don't think anyone will ask this question ...
How To Download and install PSP Evaluation? - PSP Tutorials - Fading Images to Background Colors wit...
what are the advantages of hosting WCF Services in IIS as compared to self hosting? There are two ma...
How do you open an SSH connection to a remote box? ????