March 2002
Intermediate to advanced
400 pages
7h 56m
English
Anchors and events are always associated with some sort of task (such as “got to another link,” “refresh the screen,” and so on). WML contains a number of task elements you can use in conjunction with your anchors or events.
The GO element specifies forward navigation to a URL. This element is the most widely used task element.
The following code snippet presents the syntax of the GO element:
<go attribute> content </go>
Table A.10 presents the attributes of the GO element.
| Attribute | Required | Description |
|---|---|---|
| href | Yes | Specifies the URL to open. |
| send referer | No | Specifies whether the device should send the deck URL in the URL request. Values can be true or ... |
Read now
Unlock full access