Difference between revisions of "Include Search Box"
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | To integrate the Hifi-Wiki.de search box on your own webiste you only have to | |
− | + | copy the code below and paste it into your website at the desired location: | |
<code> | <code> | ||
<!-- Hifi-Wiki.de Search Box Begins --> | <!-- Hifi-Wiki.de Search Box Begins --> | ||
− | <small> | + | <nowiki><small>Search on <a href="http://www.hifi-wiki.de" title="Hifi">Hifi-Wiki</a>:</small><br /></nowiki> |
− | <form action="http://www.hifi-wiki.de/index.php/Spezial:GoogleSearchResults" id="searchbox_014387005945292763305:8trdtwmvlko"> | + | <nowiki><form action="http://www.hifi-wiki.de/index.php/Spezial:GoogleSearchResults" id="searchbox_014387005945292763305:8trdtwmvlko"></nowiki> |
<input type="hidden" name="cx" value="014387005945292763305:8trdtwmvlko" /> | <input type="hidden" name="cx" value="014387005945292763305:8trdtwmvlko" /> | ||
<input type="hidden" name="cof" value="FORID:9" /> | <input type="hidden" name="cof" value="FORID:9" /> | ||
Line 13: | Line 13: | ||
<!-- Hifi-Wiki.de Search Box Ends --> | <!-- Hifi-Wiki.de Search Box Ends --> | ||
</code> | </code> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 03:30, 14 May 2009
To integrate the Hifi-Wiki.de search box on your own webiste you only have to copy the code below and paste it into your website at the desired location:
<small>Search on <a href="http://www.hifi-wiki.de" title="Hifi">Hifi-Wiki</a>:</small><br />
<form action="http://www.hifi-wiki.de/index.php/Spezial:GoogleSearchResults" id="searchbox_014387005945292763305:8trdtwmvlko">
<input type="hidden" name="cx" value="014387005945292763305:8trdtwmvlko" />
<input type="hidden" name="cof" value="FORID:9" />
<input type="text" name="q" size="15" />
<input type="submit" name="sa" value="Suche" />
</form>