Summary:
Declares a 'go' task, indicating navigation to a new URI. If the URI names a WML card or deck, the execution of the task will cause that item to be displayed. This task executes a 'push' operation on the browser's history stack.
Attributes:
Name | Data type | Mandatory | Default | Description |
id | String | X | A unique name for the tag within the deck | |
class | String | X | A name of a class of which the tag is a member | |
href | HREF | Specifies the destination URI | ||
sendreferer | Boolean | X | false | If true, the request for the new URI will contain the URI of the deck containing this task - this can then be used for server-based access control |
method | METHOD | X | get | Specifies the HTTP submission method. Possible values are 'POST' (submission data included in request) or 'GET' (submission data appended as a query to the URI requested) |
accept-charset | String | X | unknown | Specifies the list of character encodings for data that the origin server must accept when processing input. The value of this attribute is a comma- or space-separated list of character encoding names |
Nested tags:
<postfield> <setvar>