Avaya 4600 Series Anwendungshinweis Seite 113

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 206
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 112
WML Tags and Attributes
Issue 1 April 2005 113
Task Elements
<go> tag - The go element can contain one or more postfield elements. If a go element’s
destination is a card within the same deck, all postfield elements are ignored. The go
element can also contain one or more setvar elements. Unlike postfield elements, there
are no destination limitations on passing information contained in the setvar elements. The
<go> nested tags, postfield and setvar, are supported.
<noop> tag - The noop tag dictates that no operation should be done. This tag can be
used on the card level to prevent an event that is specified on the deck level by the
template element from occurring. This tag can only be contained in either a do or onevent
element.
Attribute Value Description Comments
href url REQUIRED SUPPORTED.
accept-charset Charset_list A comma- or space-separated list of
character encoding the server must be
able to process. The default value is
“unknown”.
SUPPORTED.
method post
get
Sets how to send the data to the server.
Default method is get. When
method=”get”, the data is sent as a
request with?data appended to the
URL. A get can be used only for a
limited amount of data, which is a
disadvantage. If you send sensitive
information it is displayed on the screen
and saved in the Web server's logs.
With method=”post”, the data is sent as
a request with the data sent in the body
of the request. This method has no limit,
and sensitive information is not visible.
The data sent in a get method is limited
to ASCII characters. The data sent in a
post method can include non-ASCII
characters that are included as part of a
value attribute in an <input>, <select>,
or <option> tag that is part of the current
WML page.
SUPPORTED.
sendreferer true
false
If set to true, the browser sends the
URL of the current deck with the
request, which allow servers to perform
simple access control on decks, based
on which decks are linking to them.
Default is “false.”
SUPPORTED.
Seitenansicht 112
1 2 ... 108 109 110 111 112 113 114 115 116 117 118 ... 205 206

Kommentare zu diesen Handbüchern

Keine Kommentare