Type: Boolean
Returns True if the visiting device is a PDA device, such as the Palm Pilot 7.
Example:
<% set bh = Server.CreateObject("cyScape.browserObj")
if bh.PDA = True then
if bh.browser = "PalmVII" then
response.redirect "/palm/index.asp"
elseif bh.browser = "Psion" then …
end if
end if
See Also: