Getting Started
with WebSpeed


Creating a Welcome Screen

You are going to use the Main template to create an introductory welcome frame for your application. The Main template is an HTML file with some boilerplate text for a Welcome screen.

Follow these steps to create a Welcome screen:

  1. From the AppBuilder main window, choose File New.
  2. The New dialog box appears.

  3. Select Main, and choose OK.
  4. A Procedure Window opens.

  5. Use the Procedure Window scroll bar to scroll through the contents of the Main template.
  6. Notice that the values for host and browser are the agent variables SERVER_NAME and REMOTE_HOST. You can use back tic (‘) escape characters to set off the values of any variables or database fields in an HTML file.

  7. In the Procedure Window, modify the template as shown in the following bold text:
  8. <title>Welcome to SportsPro Sales Advisor</title> 
    </head> 
    <body bgcolor=“white” text=“#00008080”>       
    <h1 align=“center”><br> 
    Welcome to SportsPro Sales Advisor<br></h1>  
    


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095