If I am designing a web page for pocket PC, how can i know if the browser is pocket IE?
Printable View
If I am designing a web page for pocket PC, how can i know if the browser is pocket IE?
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.