I have a web page that displays help text in a label on the left side of the page. This only works if the user has javascript enabled.
What I would like to do is display a message in the label telling the user that they need to enable javascript for the help to work.
Do I need to use NOSCRIPT or is there another way to test if the user has javascript enabled and display the message in the label.
Thanks in advance for you help.
What I would like to do is display a message in the label telling the user that they need to enable javascript for the help to work.
Do I need to use NOSCRIPT or is there another way to test if the user has javascript enabled and display the message in the label.
Thanks in advance for you help.