drop down list

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tom Ewall

    drop down list

    I have an iframe which has a drop-down list, which I'm trying to use
    to refresh a drop-down list in the main page. I'm using this call to
    refresh the page:

    window.parent.d ocument.all.ass et_id_list.inne rHTML =
    document.all.as setid.innerHTML ;

    When the list is displayed in the main page, it doesn't display as a
    drop-down list, but instead displays the contents of the list like
    this:

    SelectOne Item1 Item2 Item3 etc.

    That is, it isn't building a list, but just writing the items on a
    line. Any ideas on what's going on and how to fix this?
  • Hywel

    #2
    Re: drop down list

    In article <85bf428.040413 1432.6b43134@po sting.google.co m>,
    tewall@lycos.co m says...[color=blue]
    > I have an iframe which has a drop-down list, which I'm trying to use
    > to refresh a drop-down list in the main page. I'm using this call to
    > refresh the page:
    >
    > window.parent.d ocument.all.ass et_id_list.inne rHTML =
    > document.all.as setid.innerHTML ;
    >
    > When the list is displayed in the main page, it doesn't display as a
    > drop-down list, but instead displays the contents of the list like
    > this:
    >
    > SelectOne Item1 Item2 Item3 etc.
    >
    > That is, it isn't building a list, but just writing the items on a
    > line. Any ideas on what's going on and how to fix this?[/color]

    Your code is wrong. Do you have a URL that demonstrates this problem?

    --
    Hywel I do not eat quiche


    Comment

    Working...