You might be able to do that with javascript. Add an onsubmit function to the form tag, and if the radio button is selected for your site, change the action of the form to search.php?do=process. You also need the search term to be in a variable called "query", so you could add a new hidden field named query and set it to the value of the q input field if you're going the site search page.
|