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.