Hi!!
e.g:
i have combobox:
.game
.app
.book
When i choose game, it jump to page game.
When i choose app, it jump to page app.
When i choose book, it jump to page book.
My english is not good. I hope you understanding!
Thank you!
Professional Software Development Tools
Hi!!
e.g:
i have combobox:
.game
.app
.book
When i choose game, it jump to page game.
When i choose app, it jump to page app.
When i choose book, it jump to page book.
My english is not good. I hope you understanding!
Thank you!
selected_index = ComboBox.GetSelected("ComboBox1");
If (selected_index == 1) then
Page.Jump("gamepage");
elseif (selected_index == 2) then
Page.Jump("apppage");
elseif (selected_index == 3) then
Page.Jump("bookpage";
end
Good luck
Yossi
Thank you very much!
I have a page navigation sample called DropDown Jump On Select in this sample site.
Newbie Examples
------> AMS 7.5 : amstudio.azman.info
----> AMS 6 & 5: www.azman.info/ams/
----> FB: facebook.com/GuideToWealth
----> Content Development Blog: www.AZMAN.asia