I have a textbox called textbox1. The on (release) actionscript of the buttons is:
getURL
(" "_blank"
;
However, the value entered by the user in textbox1 is not substituted for the variable in the getURL string. How do you refer to it?
Thanks.
getURL
(" "_blank"
However, the value entered by the user in textbox1 is not substituted for the variable in the getURL string. How do you refer to it?
Thanks.