Quote:
Originally posted by WALDO
I meant the HTTP_ACCEPT
I liked your idea but if I'm basing whether to spit out WML or HTML based on that, I'd like to be sure that IE/Netscape won't produce wap somewhere in the HTTP_ACCEPT variable
I don't think they normally would, but you could check for the whole "application/wap" or whatever they would send. It they do send it (maybe an add-on or plug-in is installed), then you could send them the WAP as they are saying they'll accept it, or check for a "text/html" in the accept. IE6 sends "Accept: */*".