What is a simple explanation for a script _ other

Source: Internet
Author: User
Script scripts are executable files written in a certain format, also known as macros or batch files, using a specific descriptive language. Scripts can usually be called and executed temporarily by the application. All kinds of scripts are now widely used in web design, because the script can not only reduce the size of the page and improve the speed of web browsing, but also can enrich the performance of the page, such as animation, sound and so on. For the most common example, when we click on the e-mail address on the Web page, we can automatically invoke the mail software such as Outlook Express or Foxmail, which is accomplished by scripting. Also like Horn website http//www. Hongen. Com Some pages of English news content will have a triangular symbol, click on it can hear English reading, which is also the script at work. Also because of these characteristics of the script, it is often used by some people with ulterior motives. For example, in a script to add some command to destroy the computer system, so that when the user browses the Web page, once this type of script is invoked, the user's system will be attacked. So the user should choose the security level based on the degree of trust to the Web page they are visiting, especially for pages that are illegal for their own content, not to be allowed to use scripts easily. The Security Settings dialog box allows you to easily disable and enable scripts by selecting the various settings under the Script option.



Dynamic programs generally have two ways to implement, one is binary, one is the script.
The binary way is to first compile the program we have written, into machine-recognized instruction code (such as. exe file), and then execute. This compiled program we can only execute, use, but do not see his program content.
The script is simply a text command, these text commands are visible to us (if you can open the view with Notepad, edit), the script is executed by an interpreter of the system, the translation of its strips into machine-identifiable instructions, and in accordance with the order of the program execution. Because the script executes with a more translation process, it is a little less efficient than the binary program.
The various dynamic languages we mentioned above, such as ASP, PHP, CGI, JSP, are all scripting languages.
According to current service rules, the virtual host Web site can only be implemented using scripting language





Scripts in English script. In fact, the script is the program, usually the programming language provided by the application. Applications include browsers (JavaScript, VBScript), multimedia authoring tools, application macros, and the batch language of authoring systems can also be grouped into scripts. The script and we usually use VB, C language difference is mainly:
1, the script syntax is relatively simple, relatively easy to master;
2, the script is closely related to the application, so it includes the function relative to the application itself;
3, the script generally does not have the universality, can handle the question scope to be limited.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.