Google Custom Search Engine from a List of Links


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



Copy this code and paste it in your HTML
  1. <!-- Use of this code assumes agreement with the Google Custom Search Terms of Service. -->
  2. <!-- The terms of service are available at /coop/docs/cse/tos.html -->
  3. <form name="cse" id="searchbox_demo" action="http://www.google.com/cse">
  4. <input type="hidden" name="cref" value="" />
  5. <input name="q" type="text" size="40" />
  6. <input type="submit" name="sa" value="Search" />
  7. </form>
  8. <script type="text/javascript" src="http://www.google.com/cse/tools/onthefly?form=searchbox_demo"></script>

URL: http://www.google.com/coop/cse/onthefly

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.