BrowserHawk IQ now available! Click here for the full scoop!
Search:
How can I detect WAP devices and redirect to different pages?
Created: 4/15/2001    Updated: 4/15/2001
Q   How can I detect WAP devices and redirect to different pages?

A   Detecting WAP devices with BrowserHawk is easy. Here's a sample piece of code that detects WAP devices and redirects them to a special home page designed for WAP devices:

set bh = Server.CreateObject("cyScape.browserObj")
if bh.WAP = True then
   response.redirect "/wap/home.asp"
end if

    FAQ Home  |  Search FAQ  |  Show New Items  |  Ask a FAQ  |  Notify Me  |  Most Popular     
 
 
Copyright © 1994-2020 cyScape, Inc. All Rights Reserved. ()
ASP, ASP.NET, ColdFusion MX, CFMX, JSP, PHP