PDA

Click to See Complete Forum and Search --> : detect pocket IE


hmcheung
Jul 28th, 2000, 07:25 AM
If I am designing a web page for pocket PC, how can i know if the browser is pocket IE?

kb244
Jul 28th, 2000, 09:01 AM
YOu could try the Request.ServerVariables (I may have got the spelling or wrong object wrong)
but you could look up

Request.ServerVariables("HTTP_USER_AGENT") that should return you the browser name, version etc in a string. perhaps PocketIE shows Pocket in it.