Getting Started
with WebSpeed


Creating the Main Sales Advisor Frame Set

You use the Frameset template to create a frame set to contain the Web objects that comprise the SportsPro Sales Advisor application. Follow these steps to create a new frame set for the entire application:

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

  3. Select Frameset to create a new file from the Frameset template, and choose OK.
  4. A new untitled file opens in the Procedure Window.

  5. In the Procedure Window, modify the template as shown in the following bold text:
  6. <frameset rows="20%,*"> 
    <frame src="mylogo.html" name="SA_header" 
    marginwidth="5" marginheight="3">
    <frameset cols="20%,*"> 
    <frame src="myindex.html" name="SA_index" 
    marginwidth="5" marginheight="3">
    <frame src="mymain.html" name="SA_main"  
    marginwidth="5" marginheight="3">
    </frameset> 
    </frameset> 
    


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