hallo
I don't know how to develop my script. Here my project simplified.
I have a drop down menu with item1, item2, item3. To item1 corresponds price1, color1, size1 ( it means that the value is given). To item2 corresponds price2, color2, size2 an so on. Prize, color and size opens in the same table with following cells: cell1 is the target of prize, cells target of color, cell3 target of size.
How should my script look like? Is there a script on the internet that is similar to the one I would like to create? Can you give me some hints and tips?
One alternative would be to generate three different tables linked to the drop down menu, but I don't want to load the entire table each time, only the values.
Thanks.