google site search - basic


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <form action="http://www.google.com/search" method="get">
  2. <input type="hidden" name="sitesearch" value="smashingmagazine.com" />
  3. <input type="text" name="q" size="31" maxlength="255" value="" />
  4. <input type="submit" value="Google Search" />
  5. </form>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.