Hey guys, what I want to do is have a page that only displays if javascript is enabled(or similar) in the sense that it tells users that js is not enabled and how to enable, what were doing is creating web forms and would only like them viewable if js is enabled so that we can validate client side and reduce server load.
Main reason is validation client side, cause if the initial form works well we will expand it to include forms for every type of job we can.
No idea to where to start as js is not a strong point.
Cheers