-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not function with Scripting/java-script disabled in browser #22
Comments
Well, thank you, we haven't thought of this yet. Guys, how are we handling this?
|
There's no way to check for js in PHP as it's server side, but if some client-side stuff could define a PHP variable (Like an automatic post request to the homepage, or we could even have a button hidden with js that sets the variable), then PHP could do that, assuming I have some js-less HTML. |
We'd need to restructure the HTML. E.g. have a form element and submit button, then hide that button if javascript is enabled |
I wouldn't have the button hidden by js because then it will flash briefly
|
I meant using different stylesheets if javascript was enabled or disabled |
Yes that would fix it in a nicer way!
|
The site -http://thescoop.io/ - Does not function with Scripting/java-script disabled in browser. Please detect this and fall back to more traditional HTML to allow submission/post.
The text was updated successfully, but these errors were encountered: