I do not want to deal with users who have javascript disabled, so I just want to prevent them from using my application. I want to determine if a javascript user is enabled, so I can redirect them to a page that says they need to use javascript. I am sure this is in the request header. Anyone have any ideas how I can do this?
A tag noscriptis the easiest solution, but not quite what you are looking for.
noscript
<noscript>Get outta here.</noscript>
? <noscript>, , .
<noscript>
. , . "", Javascript ( ?).
, , Javascript (, <noscript> Javascript, , JS).
JavaScript . , NOSCRIPT, , - JavaScript.
NOSCRIPT
JavaScript . , , JavaScript. CSS, , .
, JavaScript, -, div NOSCRIPT div, .
div
html:
<noscript><meta http-equiv="refresh" content="0;url=http://example.com/use_js.html" /></noscript>
, , , meta refresh, ( ) , javascript javascript.
meta refresh
javascript, , AJAXY, , . , javascript .
Source: https://habr.com/ru/post/1763866/More articles:Password protect a virtual directory with .htaccess - password-protectionHow to change bits in C? - cКак сохранить несколько переменных данных в один файл cookie, используя jQuery - jqueryThe first call to GetTokenInformation (). What for? - c ++Methods to reduce URL size? - urlhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1763867/passing-variadic-class-templates-sub-classes-to-function-that-only-accepts-the-base-class-via-parameter-pack-deductioninference&usg=ALkJrhgmfHV4uiahVRYX3wmSNXXOSQDq2wWhat is the meaning of <% @ and what is wrong with this php echo expression? - htmlA few questions regarding the Android kernel - cWhat is the difference between explicit and implicit locking in a database? - database-lockingAll Articles