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:
Two or More Actions in the Same Form
Can I have two or more actions in the same form?
✍: FYIcenter
No. A form must have exactly one action. However, the server-side (e.g., CGI) program that processes your form submissions can perform any number of tasks (e.g., updating a database, sending email, logging a transaction) in response to a single form submission.
2007-03-03, 6110👍, 0💬
Popular Posts:
Example of using Regular Expressions for syntax checking in JavaScript ... var re = new RegExp("^(&a...
.NET INTERVIEW QUESTIONS - How can you avoid deadlock in threading? A good and careful planning can ...
Can you explain in GSC and VAF in function points? In GSC (General System Characteristic) there are ...
What is the difference between Session State and ViewState? ViewState is specific to a page in a ses...
How can we implement singleton pattern in .NET? Singleton pattern mainly focuses on having one and o...