Shampie
09-03-2003, 09:13 PM
Scope:
A page(A) that contains a frame within(B).
(A) contains a drop down list with multiple options.
Problem:
Writing all the options from the dropdown list from (A) to a dropdownlist in (B).
like simplified explenation for some: copy this.parent.form.objectname.*?* to parent.theframe.form.objectname2.*?* ,(this will be performed as an onload event)
Thought:
[..onload function..] parent.theframe.form.objectb.options = this.parent.form.objecta.options.
However this does not work, it will only copy the selected option in the this.parent box.
Solution:
??
Thank you in advance for you time, I will remain searching for my answer in the meanwhile.
A page(A) that contains a frame within(B).
(A) contains a drop down list with multiple options.
Problem:
Writing all the options from the dropdown list from (A) to a dropdownlist in (B).
like simplified explenation for some: copy this.parent.form.objectname.*?* to parent.theframe.form.objectname2.*?* ,(this will be performed as an onload event)
Thought:
[..onload function..] parent.theframe.form.objectb.options = this.parent.form.objecta.options.
However this does not work, it will only copy the selected option in the this.parent box.
Solution:
??
Thank you in advance for you time, I will remain searching for my answer in the meanwhile.