Is there any way within PHP of detecting whether a user has JavaScript enabled? I can't find any such in the on-line manual, nor on this forum.
I want to be able to implement a two-tiered form validation approach and need to know whether the user has JS enabled before I can do this.
The difference will lie in whether I give the user an input type = submit control, or else use a button control and have the Jscript submit the form.
For the latter, if JS is disabled, nothing will happen when the user clicks the "submit" button.