سیدرضا بازیار
September 24th, 2016, 23:23
من یه کد رو دارم که یه کادر جستجو رو به وجود میاره و هر چیزی رو که تایپ کنید رو براتون توی گوگل سرچ میکنه
<form action="https://google.com/search" method="get">
<input type="hidden" name="sitesearch" value="http://seyedrezabazyar.com" />
<input type="text" name="q" />
</form>
حالا چیکار کنیم که اون کلمه رو در یک سایت خاص جستجو کنه؟
<form action="https://google.com/search" method="get">
<input type="hidden" name="sitesearch" value="http://seyedrezabazyar.com" />
<input type="text" name="q" />
</form>
حالا چیکار کنیم که اون کلمه رو در یک سایت خاص جستجو کنه؟