How to detect that JavaScript and/or Cookies are disabled? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Support (https://community.mybb.com/forum-72.html) +---- Thread: How to detect that JavaScript and/or Cookies are disabled? (/thread-148695.html) |
How to detect that JavaScript and/or Cookies are disabled? - Flavius Popa - 2013-12-06 Hello, Is there any plugin for MyBB to detect if javascript and/or cookies are disabled, without refreshing the page ? I tried to make one, it works for javascript but I'm not sure if is safe to create a hidden form and submit it with javascript and see if is enabled or not. Also, is any method in MyBB to create a custom cookie? I used '$_COOKIE["js"]' but again... I think there is a better way to do this.
I appreciate any help. |