Hi,
I have an html page P that contains a iframe I.
In the same page i have two combobox, C1 and C2.
I would to load data in combo C2 after a choice by user over C1.
So I have created a jsp that get data from a DB and then build a page with
javascript code to update C2.
Foreach data I create an option with parent.document.createElement('option')
and then with an appenChild I update C2.
It worksfine on IE, Netscape (7) and Mozilla FireFox on PC, but doesn't work
in IE and Mac.
Why?
Can anybody know an alternative way to do the same thing without the reload
of P?
Thanks a lot
Ktrl+S