[Cover] [Previous Section] [Next Section] [Index]

Current chapter: HDML Quick Reference
Section 32 out of 35 total sections , Section 4 out of 6 sections in this chapter


Specifying actions, links, and tasks

To  Use  For more information 

Specify an action 

<ACTION
TYPE=key_name
TASK=task_type
LABEL=
key_label
REL=NEXT
DEST=
dest_URL
VARS=
var_pairs
RECEIVE=
var_list
NEXT=
next_dest
CANCEL=cancel_dest
FRIEND=
boolean
SENDREFERER=
boolean
RETVALS=
value_list
CLEAR=
boolean
POSTMETHOD=
get_or_post
POSTDATA=
data_to_post
ACCEPT-CHARSET=
char_set
NUMBER=
number
SRC=
image_url
ICON=
icon_name
>  

Actions and <ACTION>.  

Many options are applicable only to certain task types. The rows below list the options that can be used with each task type (e.g. GO, GOSUB, PREV) 

Specify a link 

<A
TASK=task_type
LABEL=
accept_key_label
ACCESSKEY=
key_num
REL=NEXT
DEST=
dest_URL
VARS=
var_pairs
RECEIVE=
var_list
NEXT=
next_dest
CANCEL=cancel_dest
FRIEND=
boolean
SENDREFERER=
boolean
RETVALS=
value_list
CLEAR=
boolean
POSTMETHOD=
get_or_post
POSTDATA=
data_to_post
ACCEPT-CHARSET=
char_set
NUMBER=
number>
text
</A>  

Actions and <ACTION>.  

The rows below list the options that can be used with each task type (e.g. GO, GOSUB, PREV) 

Specify a GO task  

TASK=GO
DEST=
dest_URL
VARS=var_pairs
SENDREFERER=boolean
REL=NEXT
POSTMETHOD=get_or_post
POSTDATA=data_to_post
ACCEPT-CHARSET=char_set  

Actions, <ACTION>, and Task types 

Specify a GOSUB task  

TASK=GOSUB
DEST=
dest_URL
VARS=var_pairs
RECEIVE=var_list
NEXT=next_dest
CANCEL=
cancel_dest
FRIEND=boolean
SENDREFERER=boolean
REL=NEXT
POSTMETHOD=
get_or_post
POSTDATA=
data_to_post
ACCEPT-CHARSET=
char_set  

Actions, <ACTION>, and Task types 

Specify a PREV task  

TASK=PREV  

Actions, <ACTION>, and Task types 

Specify a RETURN task  

TASK=RETURN
DEST=
dest_URL
RETVALS=value_list
CLEAR=boolean
REL=NEXT
POSTMETHOD=
get_or_post
POSTDATA=
data_to_post
ACCEPT-CHARSET=
char_set  

Actions, <ACTION>, and Task types 

Specify a CANCEL task  

TASK=CANCEL
DEST=
dest_URL
CLEAR=boolean
REL=NEXT
POSTMETHOD=
get_or_post
POSTDATA=
data_to_post
ACCEPT-CHARSET=
char_set  

Actions, <ACTION>, and Task types 

Specify a CALL task  

TASK=CALL
NUMBER=
number  

Actions, <ACTION>, and Task types 

Specify a NOOP task  

TASK=NOOP  

Actions, <ACTION>, and Task types 


[Cover] [Previous Section] [Next Section] [Index]

Current chapter: HDML Quick Reference
Section 32 out of 35 total sections , Section 4 out of 6 sections in this chapter


Copyright © 1999, Unwired Planet, Inc. All rights reserved.