facebook

Select List Menu

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #345639 Reply

    gbwiii
    Member

    Is it possible to use Select List Menu to dial phone numbers – trying to create a rolodex !

    #345663 Reply

    Code_A
    Member

    You should be able to use the callPhone function to do this. Set the selectListMenu On Change event to Run Javascript and use the code below:

    //make call (assuming the phone number is the "value" of the list item and not the "label")
    phoneui.callPhone($('select[name="selectListMenu1"] :selected').val());

    Hope this helps!

    #345665 Reply

    gbwiii
    Member

    Thank You – Will give that a try !

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Select List Menu

You must be logged in to post in the forum log in