Combobox values and a button.
My problem is this. I am using the ghostwire combobox (basically the same as the flash version but with more options). This combobox as 3 values (in this case sizes of shirt: small, medium, large). When the user selects one of these in the combobox, I need my corresponding button to reflect this (it is a buy now link). So the button basically has 3 possible getURL links depending on the value of the combobox, but I can't get this to work for the life of me. I have tried an if, else if statement on the button with no luck. Any help is greatly appreciated. Thanks.
|