| 释义 |
Active Server Page Active Server Page(ASP) A type of HTML page (denoted by an .asp file name) that includes scripts (small programs) that are processed on a web server before the web page is served to the user’s web browser. The main use of such programs is to process information supplied by the user in an online form. A query may then be run to provide specific information to the customer, such as delivery status of an order or a personalized web page. ASP is a Microsoft technology. |