ASP Commands

The ASP command (Active Server Page) is a script inserted inside an HTML document which contains lines of commands (script) meant to be executed on a Web server before the results page is sent back to the user.

For example:

You can customize the information contained in a Web page in terms of the identity of the visitors. ASP script are inserted on a menu item. When a user activates a link, the script is executed, consults a data base, and applies an information filter and does not submit results other than those which correspond to the identity (usually defined by a password) of the visitor. The result of the script's execution is displayed on the Web page.

The HTML page which contains the ASP script also includes the formatting which must be applied to the data.

Although ASP is a Microsoft technology, it can be interpreted by most of the other browsers because it is integrated in the document.

CuteHTML Pro allows you to create scripts by adding predefined ASP commands.

  1. On the edit window, position the pointer on the location where you want to insert the ASP/PHP command.

  2. In the Specialized tab, click on the icon Insert ASP command asp.gif. The Script Generator window is displayed.

  3. In the text box Go to, display the list to select the type of script.
    You can use different types of scripts.
    To select a type of script, you can also use the bottom area of the window.

  4. The left area of the window is refreshed in terms of the type of script you select. The browser displays the following icons:

The dialog box that appears allows you to identify the script being created.

  1. Click on the OK buttons to close the windows..

Once the command is completed, CuteHTML Pro inserts the command at the insertion point.