Hi,
Im writing a fairly small web application in PHP and intend on using DOJO to make it "fancy" and most likely handle some validation on the client side (there will be server side validation too).
I would like make JavaScript a requirement for my site, and therefore, if a user's browser has JavaScript disabled, or is not capable of JavaScript, they shouldn't be able to use the site at all, and get a message to notify them of this requirement.
I have seen other sites do this, but I can't work out how to enforce it.
For an example, attempt to log in here with username=user and password=user
http://demo.actitime.com/login.do?username=user
I would then want this same thing to happen on everypage.
Any help appreciated.
occhiso