Click here to Skip to main content
15,908,115 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to write code so that My Website is automatically displayed on google search when I put My web site name on google search bar? also How to write code for custome view on google seacrh?
Posted

Hi,
Take a look at this post:
search anything in my application[^]

I hope it helps,
Cheers
 
Share this answer
 
Try This in your html page

HTML
<form method="get" action="http://www.google.com/search">

<input type="text" name="q" size="31">
 maxlength="255" value="" />
<input type="submit" value="Google Search" />

</input></form>
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900