Need help with Combobox and Web Object

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • boroarke
    Forum Member
    • Aug 2004
    • 63

    Need help with Combobox and Web Object

    I have a page that has a Combobox and a web object. The combobox lists about 10 different html files. When the user clicks on one of the file names from the combobox, Id like that html file to load in the web object area. Does anyone have a tutorial or know how to do this? Below is an example of the layout. I just don't know how to make the correct HTML file appear in the window when its selected from the combobox. Any help will be greatly appreciated!


  • sue
    Indigo Rose Customer
    • Mar 2004
    • 169

    #2
    Good Morning,

    You'll want to use ComboBox.GetSelected to get the url and then the Web.LoadURL to load the url in the web object.

    I'm attaching a simple example that should help.

    Sue
    Attached Files

    Comment

    • boroarke
      Forum Member
      • Aug 2004
      • 63

      #3
      Out of sight! Thanks so much!!!

      Comment

      Working...
      X