WAP Property

 

Type: Boolean

 

Returns True for devices that support WML and WAP (Wireless Application Protocol), such as wireless phones. For example most modern wireless Internet phones use WML instead of HTML.

 

Example:

<% set bh = Server.CreateObject("cyScape.browserObj")

if bh.WAP = True then

response.redirect "/wap/index.asp"

end if

%>

 

See Also:

WAP_DeviceModel Property

WAP_Gateway Property

WAP_MaxDeckSize Property

WAP_SubscriberID Property

HDML Property

PDA Property