I am trying this:
Something like this (not tested, but should work)
Pass this as parameter in Html:
And alert the value of the parameter passed into the search function:
function search(e){ alert(e.value); }