Home  >  Article  >  Web Front-end  >  What happens if you block javascript?

What happens if you block javascript?

藏色散人
藏色散人Original
2021-07-05 14:44:562262browse

Blocking JavaScript will make many functions on the page unavailable, because the function of JavaScript is to add a variety of dynamic functions to the web page, and also to provide users with a smoother and more beautiful browsing effect.

What happens if you block javascript?

The operating environment of this article: windows7 system, javascript version 1.8.5, Dell G3 computer.

What happens if you block javascript?

JavaScript is a network scripting language that has been widely used in Web application development. It is often used to add a variety of dynamic functions to web pages to provide users with smoother and more beautiful browsing effects. .

JavaScript is used to add dynamic functions to HTML pages. If we block JavaScript, many functions on the page will be unavailable.

JavaScript usage:

嵌入动态文本于HTML页面。
对浏览器事件做出响应。
读写HTML元素。
在数据被提交到服务器之前验证数据。
检测访客的浏览器信息。
控制cookies,包括创建和修改等。
基于Node.js技术进行服务器端编程。

Javascript introduction:

JavaScript ("JS" for short) is a lightweight, interpreted or real-time programming language with function priority Compiled programming language. Although it is famous as a scripting language for developing Web pages, it is also used in many non-browser environments. JavaScript is a dynamic scripting language based on prototype programming, multi-paradigm, and supports object-oriented, imperative and declarative (such as functional programming) style.

JavaScript was first designed and implemented on the Netscape Navigator browser in 1995 by Brendan Eich of Netscape. Because Netscape was working with Sun, Netscape management wanted it to look like Java, hence the name JavaScript. But in fact its grammatical style is closer to Self and Scheme.

The standard for JavaScript is ECMAScript. As of 2012, all browsers fully support ECMAScript 5.1, and older browsers support at least the ECMAScript 3 standard. On June 17, 2015, ECMA International released the sixth edition of ECMAScript, which is officially called ECMAScript 2015, but is often called ECMAScript 6 or ES2015.

Recommended study: "javascript Advanced Tutorial"

The above is the detailed content of What happens if you block javascript?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn