Hi,
I'm developing a simple site for local student contest. I want to implement some basic search functionality (just a textbox with submitButton or submitLink). The site contains several pages with static informational content there, and one google-forms iframe(register for the event).
Is it a good idea to implement my search with javascript which redirects user to something like http://www.google.ru/search?q=BLAH+BLAH+site:mysite.com ?
The less code, the better. Server-side code would not be great, but still ok.
Thank you.