[lnkForumImage]
TotalShareware - Download Free Software

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


 

Inas Hafez

6/14/2002 2:56:00 PM

Hi All,
My newly .net developed site is up and running, I 'd like to block Internet
Explorer users form using the site. Is this possible? How do you I go about
it?
Many Thanks,
Inas


1 Answer

Nik Kalyani

6/14/2002 7:33:00 PM

0

Try:

if (Request.Browser["IsMobileDevice"] == "false")
Server.Transfer("ie_home.aspx");


>-----Original Message-----
>Hi All,
>My newly .net developed site is up and running, I 'd
like to block Internet
>Explorer users form using the site. Is this possible?
How do you I go about
>it?
>Many Thanks,
>Inas
>
>
>.
>