Wordpress category search filter

Well there’s 2 ways to do it;

1: Javascript catches the changing form elements and updates the form’s action respectively.
2: Push the form data to a PHP handler, which sends a [FPHP]header[/FPHP] element with the Location set to the target URL.

(I guess “3. Have apache rewrite the URL” is also an option, but not one i’d consider personally.)