[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Michael M.

5/14/2002 2:11:00 PM

Hello,

I am making a site with 3 versions :
- a classic web one (for PC)
- a pocketPC specific one - more simple but still in
aspx/html
- a wap one (very simple)

I used Joseph Croney & Doug Thews tips for detecting wap
browser, but i'm still unable to distinct a pocketPC from
a classic PC (as i have two versions, html, for IE but one
for pocketPc & other one for only browsers for PC/MAC).

How to make that detection possible in the code ?


2 Answers

Anil John

5/19/2002 2:32:00 PM

0

Michael,

Do a check for "isPocketIE".

Anil

On Tue, 14 May 2002 05:11:30 -0700, "Michael M." <Michael@mihael.com>
wrote:

>Hello,
>
>I am making a site with 3 versions :
> - a classic web one (for PC)
> - a pocketPC specific one - more simple but still in
>aspx/html
> - a wap one (very simple)
>
>I used Joseph Croney & Doug Thews tips for detecting wap
>browser, but i'm still unable to distinct a pocketPC from
>a classic PC (as i have two versions, html, for IE but one
>for pocketPc & other one for only browsers for PC/MAC).
>
>How to make that detection possible in the code ?
>

=-- Anil John - http://Learn...
-- #1 .net Mobile & Wireless Resource
-- Connect with .net - Anytime. Anywhere.
=

(Joseph Croney (MSFT))

5/21/2002 12:48:00 AM

0