D
Dropstengel
Hi,
Although I'm very familair with C++ programming, I'm having some problems
coding up a piece of JavaScript for my sister in law.
The problem is the following:
From a website I need to select from a combobox one of the items x(1)..x(n)
When selected a new window must pop up that describes more details about the
selected items x(i).
Items in the combobox must be created from objects that also describe the
details.
Here starts my problem...I know how to define objects x(1)..x(n) and how to
create a combobox from it.
But how to start a new page that shows the details. In fact, how can I
access the objects that exist in the first window from the second window?
This is the first question...I have plenty more..but I think when I
understand this piece I might find out all the answers myself.
Please help (I feel ashamed that I don't know the answer as a pretty
experienced C++ programmer)
Frank
Although I'm very familair with C++ programming, I'm having some problems
coding up a piece of JavaScript for my sister in law.
The problem is the following:
From a website I need to select from a combobox one of the items x(1)..x(n)
When selected a new window must pop up that describes more details about the
selected items x(i).
Items in the combobox must be created from objects that also describe the
details.
Here starts my problem...I know how to define objects x(1)..x(n) and how to
create a combobox from it.
But how to start a new page that shows the details. In fact, how can I
access the objects that exist in the first window from the second window?
This is the first question...I have plenty more..but I think when I
understand this piece I might find out all the answers myself.
Please help (I feel ashamed that I don't know the answer as a pretty
experienced C++ programmer)
Frank