Hello there
I have a script for creating 3 dependant drop down menu
Selection A in 1st drop Down returns
Selection B in 2nd drop Down which returns
Selection C in 3rd and final drop down
To C I would like to attach a string of 3 value ( prices )
I was thinking of using the array
var A_B_C = new Array(45, 275, 400);
but I am not to sure how to link this function to the code and how to return the price in 3 different box ? Can someone help ?
Sydney