I want to put a search form on my site, but when you hit search, it will search another site.
For example, I have a form on mydomain.com/search that will search domain.com/search?term="keyword"
Once I hit the search button, I want it to open a new window appending the keyword to the URL.
Can this done via jQuery/PHP?