With the help of the following code i am able to embed google search bar within my website
<iframe id="if1" width="100%" height="254" style="visibility:visible" src="http://www.google.com/custom?q=&btnG=Search"></iframe>
but it has certain drawbacks, user can't go back to the previous page and cannot perform more than one search at a time,
is there a way i can embed web browser within my web page ??