Sniffing WAP Browsers II

2001-12-03 Thread JAAV
Hello, I have some problems with WAP detecting and redirecting wap browsers. Any help is welcome. This is the situation: I have a directory (say /wap) with all the wap cfm templates. That directory has a special application.cfm template for WAP application. In that template we put something

RE: Sniffing WAP Browsers II

2001-12-03 Thread Dave Watts
I have a directory (say /wap) with all the wap cfm templates. That directory has a special application.cfm template for WAP application. In that template we put something like: cfif NOT (UCase(Cgi.http_accept) Contains WML)cflocation url=/YouDontHaveaWapBrowser.cfm