Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do .htc style behaviours still work if javascript is disabled?

Do .htc style behaviours still work if javascript is disabled?

I'd like to use whatever:hover to create some css only drodpowns and would like to know if IE will still pay attention to the htc file if js is disabled.

like image 661
dmnc Avatar asked Apr 12 '10 13:04

dmnc


People also ask

What happens if JavaScript is disabled?

Javascript is enabled in your web browser. If you disable JavaScript, this text will change.

Will Ajax work if JavaScript is disabled?

Ajax call works when javascript is enabled. You can handle it by server-side scripting, when javascript is disabled, you must do works by post/get requests, so you have to recode your web application.

Can Ajax work without JavaScript in browser?

AJAX isn't possible without Javascript, because it presupposes JS code running on the client. If JS is disabled, there's nothing that can execute in the browser and contact the server - only "dead" HTML and CSS. Flash is an alternative, but then again it can be disabled too.


1 Answers

In a word, no.

In two words, in order to satisfy the SO reply box, “no” and “no” (again).

like image 131
bobince Avatar answered Sep 21 '22 13:09

bobince