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?
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?
Comment