search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Custom values in href parameter

Asked by Karthik
2 years ago.

Hello,

How to pass custom values from Dropdown selected multiple values in href command callback function in mvc. Please help need to pass multiple parameter for search option.

Id from selected dropdown values.

<a href="javascript:dps.commandCallBack('Search', { id: 123});">Search</a>

Answer posted by Dan Letecky [DayPilot]
2 years ago.

You can use document.querySelector().value to get the value of the input field.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.