I am coming up with a new type of website and i am trying to figure out of this is possible. If it is, would it be hard to make and hard to run? My question: Is there a way so that people can write a word and click enter and it will automatically be searched on google. Like, they type in golf and it will go straight to the search page. If i am not making sense just let me know
It's very simple actually. <form action="http://www.google.com/search" method="get"> <input type="text" name="q" /> <input type="submit" value="Search on Google" /> </form> HTML: Done.
thanks for that, this should work just great for what i am trying, it think, if i have another question i will ask
or you could use the google search box available from adsense if you have adsense acocunt...? assuming you do as your here...
you could also consider using these if you want: http://www.google.com/coop/cse/ Code (markup): If you do not have an adsense account..