|
|
|
start date: Fri, 3 Aug 2007 09:47:15 -0500,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Uriah Piddle
|
|
2
Mark Rae [MVP]
|
|
3
Uriah Piddle
|
Ajax Best Practices
Hi Gang,
If you incorporate Ajax into your web app, what is the best way to handle
browsers that do not support Ajax or have Java disabled?
Thanks.
Steve
Date:Fri, 3 Aug 2007 09:47:15 -0500
Author:
|
Re: Ajax Best Practices
"Uriah Piddle" wrote in message
news:O3wTv0d1HHA.5772@TK2MSFTNGP02.phx.gbl...
> If you incorporate Ajax into your web app, what is the best way to handle
> browsers that do not support Ajax or have Java disabled?
I usually use <root>default.aspx for this sort of initial checking - not
just for JavaScript being disabled, but also for old versions of browsers,
low screen resolution etc...
As regards JavaScript specifically, I just use the <noscript> tag to display
a message saying that the site requires JavaScript...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Date:Fri, 3 Aug 2007 15:56:52 +0100
Author:
|
Re: Ajax Best Practices
Thanks Mark. That is what I was looking for.
"Mark Rae [MVP]" wrote in message
news:ONxYF6d1HHA.3760@TK2MSFTNGP03.phx.gbl...
> "Uriah Piddle" wrote in message
> news:O3wTv0d1HHA.5772@TK2MSFTNGP02.phx.gbl...
>
>> If you incorporate Ajax into your web app, what is the best way to handle
>> browsers that do not support Ajax or have Java disabled?
>
> I usually use <root>default.aspx for this sort of initial checking - not
> just for JavaScript being disabled, but also for old versions of browsers,
> low screen resolution etc...
>
> As regards JavaScript specifically, I just use the <noscript> tag to
> display a message saying that the site requires JavaScript...
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net
Date:Fri, 3 Aug 2007 11:34:33 -0500
Author:
|
|
|