[eluser]iainco[/eluser]
...should I do everything I can to make the site still functional, or simply re-direct to a page with instructions on how to enable Javascript again. (Ok, that is pretty lazy!)
My question comes from the fact I'm (or will be) using AJAX requests to populate content on the homepage of my site. So obviously if a user has Javascript disabled they will not be able to access the AJAX content.
Seems to me that I might have to have almost 2 versions of the same site...
I was thinking about how to tell if a request was made via AJAX or not within one of my controllers. One way I thought was having a hidden input variable that would be set different when an AJAX request is made.
Thanks for any help folks... desperate here!