I need to paste a page on my website for folks to test if they have JS and cookies enabled. Kind of like "click here to see if you have JS and cookies enabled".
So I need some kind of code that can run that test.
<a href="javascript:alert('You have JavaScript enabled');">Click this link, and if you see no message, you have JavaScript disabled</a>
For the cookies, you'll need to first make sure they have javaScript enabled... then write a cookie, and read it back. If it does not read back, you know they're disabled.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.