[F8] AHHH !! Combobox and Text Input to String
So, I've been playing around with this for about a week now, and I'm completly stumped. On the stage I have two combobox components and a Text Imput component. I want to simply store the Value/Label of the comboboxes into their own string vairable and the same for the text imput.
I've tried using .value, .text, .selectedIndex, .selectedItem and returning "Undefined"
same problem with the text input...
I think the problem might be where I'm declaring the variables.
I have a button that after pushed it is supposed to initialize the string vairables and add the value of each component to them, but whenever I add script to that button I get undefined.
Any help would be great!!!
thanks