I am currently using a list view control on a form that filters based on a control's value. The control that the list view is filtering on is a text box. To get the filtered results I have to enter data into the text box and hit enter. This correctly filters the list view. What I would like to do is have the user press a button to filter the view instead of having to press enter. I tried location.reload() but this reloads the form with no values. Is there some javascript I can use to mimic pressing the enter key on the control that filters the list view?
Button to refesh list view control
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.