طلب كود البحث في جوجل يوجد مثال

WebCraker

العبد الفقير إلى الله
طاقم الإدارة
9 مارس 2008
5,670
50
48
Egypt
support-ar.com
لو عندك جوجل ادسنس ممكن تسوى الكود منه وراح يظهر اعلاناتك مع نتائج البحث

او يمكنك التفضل هنا

http://www.google.com/sitesearch/

أيضا يمكنك تجربة الاكواد التالية مع تغيير ما يلزم

كود:
<form method="get" action="http://www.google.com/search">

<input type="text"   name="q" size="31"
 maxlength="255" value="" />
<input type="submit" value="Google Search" />
<input type="radio"  name="sitesearch" value="" />
 Entire web
<input type="radio"  name="sitesearch"
 value="tefanet.net" checked />tefanet.net<br />

</form>

أو الكود التالى

كود:
<form method="get" action="http://www.google.com/search">

<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text"   name="q" size="25"
 maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox"  name="sitesearch"
 value="tefanet.net" checked />tefanet.net<br />
</td></tr></table>
</div>

</form>