Here is the problem. For some reason, after I initialized the variables, the TABBING thing doesn’t work and when I select something from the combo box, seams that the focus doesn’t move to the next are even if I click on it, I need to click 2 times on the next text area to move the focus.
REALLY weird stuff happening… :stare:
So, any help, suggestion, hint?
HERE is the code that i am using…
[LEFT][SIZE=2]var a_1 =""; //text areas inputvar a_2 =""; //text areas inputvar a_4 =""; //text areas inputvar a_6 =""; //text areas input var cb_slang:Object = new Object(); //combo boxm_s_lang.addEventListener(“change”, cb_slang);cb_slang.change = function(){ m_g_slang = m_s_lang.value;}var cb_stype:Object = new Object(); //combo boxm_s_type.addEventListener(“change”, cb_stype);cb_stype.change = function(){ m_g_stype = m_s_type.value;}[/SIZE][/LEFT]
[SIZE=2]Cheers!
Thanks again.
Leo.[/SIZE]
[SIZE=2] [/SIZE]