Possible Duplicate:
Display “Enable JavaScript” message only when JavaScript is disabled
I have a php document which contains both php and jquery coding. My question though is that is there a way in php where if the brower’s javascript is disabled, that it displays a message stating “In order to use this application without any problems, you must have javascript enabled”?
Can the message appear straight away when the user has disabled javascript?
Thanks
You can use noscript tag tyo detect if JavaScript not supported.