Getting Started
with WebSpeed


Creating an Index

An Index file is just a static HTML file with links to the Web objects that make up your application. You use the Blank template to create an index for the SportsPro Sales Advisor.

Follow these steps to create the Index Web object:

  1. From the AppBuilder main window, choose File New. The New dialog box appears.
  2. Select Blank to create a new file from the Blank template, and choose OK. A new, untitled file opens in the Procedure Window.
  3. In the Procedure Window, modify the template as shown in the following bold text:
  4. <body bgcolor="white" text="00008080">
    <h1><font face="Arial Rounded MT Bold">Index</h1><br>
    <script language=“SpeedScript”>
    /*----------------------------------------------------
    File:    
    Description: 
    Created:
    -----------------------------------------------------*/
    </script>   
    <p><a href="myinvrpt.html" name="Inventory"
    target="SA_main">Inventory Info.</A></p>
    <p><a href="mycusrpt.html" name="Customer"
    target="SA_main">Customer Info.</A></p>
    </body> 
    


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