|
Newsletters
|
|
|
|
|
WML Tag Reference
WML Tag Reference
Bookmark this page
The Postfield Element - <postfield>
Description: Specifies a field name and value for transmission to an origin server during a URL request.
Example:
<postfield name="postfield1" value="hello!"/>
| Attributes |
| Name |
Value |
Description |
| name |
CDATA |
Specifies the field name |
| value |
CDATA |
specifies the field value |
| id |
ID |
Sets the unique name for the element. |
| class |
CDATA |
Associates the element with a defined class. |
Back to Tag Listing
|
|