I have used some javascript codes in a mini website that I have designed.One of them is click on an image and the image changes. But this wouldn't work if a person who is visiting has disabled javascript in the browser settings. How do I check if the javascript is disabled? And how do I display a message saying enable javascript since this cannot be done using alert function?
It would be better if the explanation is based on php! Please help me!