If I am designing a web page for pocket PC, how can i know if the browser is pocket IE?
Please Visit My WebCam!! http://www.hmcheung.com
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.
-Karl Blessing aka kb244{fastHACK} [email protected]
Forum Rules