InterviewSolution
Saved Bookmarks
| 1. |
What Is A Form Collection? |
|
Answer» The Form collection holds the values of the form elements SUBMITTED with the POST method. This is the only WAY to generate a Form collection. The Form collection holds the values of the form elements submitted with the POST method. This is the only way to generate a Form collection. |
|