Ajax Best Practices

U

Uriah Piddle

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
 
M

Mark Rae [MVP]

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...
 
U

Uriah Piddle

Thanks Mark. That is what I was looking for.


Mark Rae said:
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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top