Avaya 4600 Series Uwagi o Aplikacji Strona 163

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 206
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 162
WML Tags and Attributes
Issue 1 April 2005 163
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.
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”. Used by the server to
specify which character sets it
supports in POST data the client
sends. This applies only to POST
data, since the character set that can
be used to encode data sent in a GET
is specified by URL-encoding rules.
The accept-charset header is:
accept-charset: US-ASCII,
ISO-8859-1, UTF-8:q=0.1
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.
1 of 2
Przeglądanie stron 162
1 2 ... 158 159 160 161 162 163 164 165 166 167 168 ... 205 206

Komentarze do niniejszej Instrukcji

Brak uwag