Parsing ASP's scripting language

Source: Internet
Author: User
In the HTML language, a label is marked with angle brackets, and in the ASP language there is no difference, the only difference is simply using <%%> to represent the beginning and end of an ASP's scripting language. The ASP's code can appear anywhere in an HTML page. Specifically, a piece of ASP code can appear in front of an HTML tag, or it can appear inside a label. In short, ASP and HTML are tightly nested together. Turn from: Dynamic Network production guide www.knowsky.com
When you use a database in your work, you can actually create a template using a piece of HTML code, and then format a series of records in a database , structured in a single page. And the operation of records, such as deletion, add can also be implemented through the ASP script. In other words, we can complete the operation of the database through the ASP technology.

ASP allows us to write very few code can achieve the operation of database data, in addition, through the ASP technology can let our static HTML page Dynamic Response database of the latest data information.

VBScript is the default language for ASP scripts. If you want to use a different language, then you need to explain it. The method is to add a line to the top of your ASP code

<% @LANGUAGE =scriptinglanguage%>

Vbscriptis is a very easy language to learn, once you start using this vbscriptis to develop, you will find that its grammar and logic are very easy to use.




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.