iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello i have 2 Webcombos whic are accessing to a table which look like this:
Name: Email:
Eray eray@solution.com
Sebastian sebastian@solution.com
the first Webcombo shows me all the names, the second Webcombo shows me all the Email Adresses.
I want to select the Name in the first Webcombo and it should automatically select its email adress in the second webcombo.
how can i do that?
i tried this but it doesn't work:
function VeranstalterCombo_OnAfterItemSelected() { var VeranstalterCombo = ISGetObject("VeranstalterCombo"); var VeranstalterEmailCombo = ISGetObject("VeranstalterEmailCombo"); VeranstalterEmailCombo.SetSelectedIndex(VeranstalterCombo.SelectedIndex); return true; }
function WebCombo1_OnAfterItemSelected(){ var WebCombo1 = ISGetObject("WebCombo1"); var WebCombo2 = ISGetObject("WebCombo2"); var value = WebCombo1.Value; WebCombo2.SetText(value); WebCombo2.LoadValue(); }
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname