Jump from Combobox to another Screen: CLOSED MobiOne Archive > Getting Help – General This topic has 3 replies, 3 voices, and was last updated 11 years ago by Morgan1984. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 31, 2013 at 7:01 pm #343984 Reply Morgan1984Member Hi , can u guys help me with that combobox widget.:) I want that if i choose any value from comboxbox i jump to that screen , eg value 1 to screen , value 2 to screen 2 and so on . Can u help me pls ? October 31, 2013 at 7:07 pm #343985 Reply MuhammadMember You can use this simple javascript on your combobox. var screen_name_val = $('select[name="combobox_name"]').val() phoneui.gotoPage('#m1-' + screen_name_val,phoneui.transitions.slideLeft ); combobox_name is your combobox name make sure that you add your screen already on Additional Project Files form. November 1, 2013 at 5:45 am #343996 Reply paulDMember http://www.youtube.com/watch?v=U2ujNBpw34A Try this November 1, 2013 at 7:19 am #344001 Reply Morgan1984Member Hi Guys, need 2 thank u very much. Works fine for me. 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) Reply To: Jump from Combobox to another Screen: CLOSED You must be logged in to post in the forum log in