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:
FORM - How to Use IT
How do I use forms?
✍: FYIcenter
The basic syntax for a form is: <FORM ACTION="[URL]">...</FORM> When the form is submitted, the form data is sent to the URL specified in the ACTION attribute. This URL should refer to a server-side (e.g., CGI) program that will process the form data. The form itself should contain some input fields and a submit button:
2007-03-03, 6350👍, 0💬
Popular Posts:
what is a service contract, operation contract and Data Contract? - part 1 In the below sample we ha...
How do we assign page specific attributes ? Page attributes are specified using the @Page directive.
Can we get a strongly typed resource class rather than using resource manager? In the previous quest...
Why does malloc(0) return valid memory address? What's the use? malloc(0) does not return a non-NULL...
Can static variables be declared in a header file? You can't declare a static variable without defin...