groups

name language licence
FTG-4-CheckBox HTML Other
Google Searchfield HTML Other
2 Columns HTML CSS Other
imageMenu CSS CSS Other
2/3 Column Header HTML Other
CSS ToolTip - CSS CSS Other
FTG-2-TextField HTML Other
ExtraContent Sample - 5 columns HTML Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: HTML
licence: Other

Google Searchfield

options: view full snippetsend to code collector
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/search" target="_blank">
<input type="hidden" name="ie" value="UTF-8" />
<input type="hidden" name="oe" value="UTF-8" />
<table bgcolor="#FFFFFF">
<td>
<tr><a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" /></a></tr></td>
<td><input type="text" name="q" size="17" maxlength="75" value="" />
<font size="-2">
<input type="hidden" name="domains" value="http://www.yourdomain.com" />
<br /><input type="radio" name="sitesearch" value="" /> Internet <br/><input type="radio" name="sitesearch" value="http://www.yourdomain.com" checked="checked" /> YourDomain.com<br />
</td></tr>
<tr><input type="submit" name="btnG" value="Zoeken" /></tr></font></table>
</form>
	
(Continues...)