Results 1 to 2 of 2

Thread: Iframe SSI script II IE with select menu

  1. #1
    Join Date
    Jan 2005
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Iframe SSI script II IE with select menu

    Will this script work with a drop-down menu?

    For example, I have a list of U. S. states and would like each one to display their content in an iFrame.

    Thanks

  2. #2
    Join Date
    Jan 2005
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default i may have found a solution...

    for anyone wondering if you can use the iFrame SSI II IE script with a select menu, i tried the following:

    Code:
    <select onChange="javascript: return loadintoIframe('myframe', this.options[this.selectedIndex].value);" size="1">
    it may not be correct code or proper syntax, but it's not giving me any errors and it IS working.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •