/ Published in: HTML
Expand |
Embed | Plain Text
<div id="site-search" class="box"> <div class="hd"> <form id="cse-search-box" action="http://google.com"> <input type="hidden" name="cref" value="http://yourdomain.com/cref-cse.xml" /> <input type="hidden" name="cof" value="FORID:11" /> <input type="text" name="q" tabindex="0" /> <button class="cmd" type="submit" name="sa" value="Search" accesskey="s" > </button> </form> </div> <div class="ft"> <!-- Google CSE Init --> <script type="text/javascript"> var cseSearchResultsHost = ""; var googleSearchIframeName = "cse-search-results"; var googleSearchFormName = "cse-search-box"; var googleSearchFrameWidth = 800; var googleSearchDomain = "www.google.com"; var googleSearchPath = "/cse"; document.getElementById(googleSearchFormName).action = cseSearchResultsHost; </script> <!-- End CSE Init --> </div> </div>
You need to login to post a comment.
