We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

philapple on 11/19/06


Tagged

search mac google apple


Versions (?)


AppleSearch on your Website


Published in: JavaScript 


URL: http://search.eppol.net/mac/

The code for inserect the Search Box (of Apple Search) on your webpages

  1. <!-- Google CSE Search Box Begins -->
  2. <form id="searchbox_009486749950716717919:edzcv6gfaeg" action="http://www.filippocorti.com/pages/page2/mac/result/">
  3. <input type="hidden" name="cx" value="009486749950716717919:edzcv6gfaeg" />
  4. <input name="q" type="text" size="40" />
  5. <input type="submit" name="sa" value="Apple Search" />
  6. <input type="hidden" name="cof" value="FORID:11" />
  7. </form>
  8. <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_009486749950716717919%3Aedzcv6gfaeg"></script>
  9. <!-- Google CSE Search Box Ends -->

Report this snippet 

You need to login to post a comment.