|
Home
ASP Please see our Important Notice , we recommend that you read it before you proceed. ASP is an abbreviation for Active Server Page. An Active Server Page (ASP) is an HTML page that includes one or more scripts (small embedded programs) that are processed on a Microsoft Web server before the page is sent to the user. An ASP is somewhat similar to a server-side include or a common gateway interface (CGI) application in that all involve programs that run on the server, usually tailoring a page for the user. Typically, the script in the Web page on the server uses data received as the result of the user's request for the page to access data from a database and then builds or customizes the page on the fly before sending it to the user. ASP is a feature of the Microsoft Internet Information Server (IIS), but, since the server-side script is just building a regular HTML page, it can be delivered to almost any browser. You can create an ASP file by including a script written in VBScript or JScript in an HTML file or by using ActiveX Data Objects (ADOs) program statements in the HTML file. You name the HTML file with the ".asp" file suffix. Microsoft recommends the use of the server-side ASP rather than a client-side script, where there is actually a choice, because the server-side script will result in an easily displayable HTML page. Client-side scripts (for example, with JavaScript) may not work as intended on older browsers. For Web service applications, Microsoft provides a new version of ASP support called ASP.NET. Here is some sample ASP code.
Useful Links
IMPORTANT NOTICE The URLs referred to above are hosted by third parties. THUS shall not be responsible or liable for the content, materials or software provided by any third parties, including, without limitation, any error, omission or inaccuracy therein. THUS is unable to provide any support services in relation to any software downloaded from or referred to in the URLs referred to above. Demon is a brand of THUS plc.Back to top
|
©Copyright 2008 THUS
|