Added by sonik on 04-05-2017 and keywords: google, serch, in, your, site, html, form, option, to, search, only, гоогле, търсачка, във, вашия, уеб, сайт, чрез, хтмл, форма, опция, да, търси, само [
Print Article ]
Ето пълния код за търсачката на google във вашия сайт,има опция да търси и само във вашия сайт както и в цял свят:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Google search form for your website by webleit.info</title>
</head>
<body>
<form action="http://www.google.com/custom" method="get" style="margin-bottom: 0">
<table bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap><a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google search" align="absmiddle"></a></td>
<td nowrap><input type="text" name="q" size="25" maxlength="255" value="">
<input type="submit" name="btnG" value="Google Search">
<input type="hidden" name="cof" value="GL:0;">
<input type="hidden" name="domains" value="www.webleit.info"><br />
<input type="radio" name="sitesearch" value="">
WWW
<input type="radio" name="sitesearch" value="www.webleit.info" checked>
www.webleit.info <br />
</td>
</tr>
</table>
</form>
</body>
</html>