Innovation Award
 June 2009
Number 9 |
When you need to access a site and emulate the submission of a Web form contained in one of its pages, you need to determine the form submission URL and the input values to be sent via HTTP to the server.
This class uses a clever way to extract that information by using the DOM document objects to parse and extract that information easily from a given Web page.
Manuel Lemos |
This class can be used to retrieve HTML forms input values.
It takes a DOMElement object of an HTML form and traverses it to find the form method, action, input names and values.
The class provides functions to return the extract form attributes.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (66.7%) |
Good (91.7%) |
- |
- |
- |
- |
Not sure (42.5%) |
1656 |
| Month: |
Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| Browser |
Recommended |
Used for handling forms submission |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.