Jump to content
  • 0

Поиск на Яндекс


Mestniy96
 Share

Question

Помогите с кодом:

<form method="get" action="http://yandex.ru/search"> <input type="hidden" name="do" value="yandex" /> <input type="hidden" name="subaction" value="yandex" />      <input id="story" class="search_input" name="story" value="Поиск..." onblur="if(this.value=='') this.value='Поиск...';" onfocus="if(this.value=='Поиск...') this.value='';" type="text" /> <div class="h_s_title"><button class="serchb">Найти</button></div> </form>

Как сделать что-бы он мое значение перенаправлял на Яндекс?

Вот CSS которые здесь применяются:

.search_input { margin-left: 10px; float:left; background:#f4f4f4; border: 1px #FCD06E solid; height: 27px; padding: 0px 5px; line-height: 27px; font-size: 12px; color:#626262; width: 277px; -webkit-box-shadow: inset 0px 0px 5px 2px #cdd3d8; -moz-box-shadow: inset 0px 0px 5px 2px #cdd3d8; box-shadow: inset 0px 0px 5px 2px #cdd3d8; }
.h_cat, .h_s_title { float:left; text-align:center; height: 47px; line-height: 47px; font-size: 14px; font-weight:bold; }
.serchb {  width: 70px; color:#313131; line-height: 22px; text-align:center; height: 30px; font-size: 13px; font-weight:bold; } .h_search { height: 38px; background:url("/images/top_bg.png") repeat-x 0px 0px; color:#e9f4ff; float:left; margin-right: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 370px; padding: 9px 10px 0px 0px; text-transform:uppercase; }
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Для кого-то делал подобное, вот код: http://order.zz.mu/

Сами разберётесь, как переделать для себя, или нужна помощь?

Вы мне показывали..

Ну я вставил этиже данные в свой код, а толку 0. Открывает страницу Яндекса и показывает: Задан пустой поисковый запрос

Яндекс ожидает GET-параметр text (yandex.ru/search/?text=какой_то_текст), а вы ему такой параметр не передаёте. Логично, что форма не работает.

Как его задать не подскажите?

Edited by Mestniy96
Link to comment
Share on other sites

  • 0

 

Для кого-то делал подобное, вот код: http://order.zz.mu/

Сами разберётесь, как переделать для себя, или нужна помощь?

Вы мне показывали..

Ну я вставил этиже данные в свой код, а толку 0. Открывает страницу Яндекса и показывает: Задан пустой поисковый запрос

Ну у меня же работает, зачет и у вас должно. Скорее всего вы просто криво скопировали.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy