29-07-15, 01:11 PM
(29-07-15, 12:38 PM)Dead Eye link Wrote: Val's solution is a good test to see if JavaScript is enabled
I would suggest doing something a little bit easier though;
Code:<noscript>JavaScript is off</noscript>
Full Page:
Code:<!DOCTYPE html>
<html>
<body onload="document.write('JavaScript is on');">
<noscript>JavaScript is off</noscript>
</body>
</html>
There's that language again that I just don't understand.

More people are born because of alcohol than will ever die from it.