This topic is locked

mimick a 'Search'-button functionality

1/9/2014 8:41:07 AM
PHPRunner General questions
Y
YCH author

Is it possible to mimick a 'Search'-button functionality by adding code to the 'client After'-event of a 'custom button' on the advanced Search Page?

If yes, what would the code be ?

If not possible in the 'client After'-event , is ther another way to achieve it?

Sergey Kornilov admin 1/9/2014

Yes, searches are triggered via sending parameters via URL. So, run a few different searches to see how URL parameters work and then mimic this behaviour with redirect to search results page from your button.