Показать сообщение отдельно
  #4 (permalink)  
Старый 25.03.2014, 19:50
Аватар для рони
Профессор
Отправить личное сообщение для рони Посмотреть профиль Найти все сообщения от рони
 
Регистрация: 27.05.2010
Сообщений: 33,103

dima_riabets,

<!DOCTYPE HTML>

<html>

<head>
  <title>Untitled</title>
  <meta charset="utf-8">
</head>

<body>
<form onsubmit="search();return false;" method="post" style="margin:0px" action="где искать" id="searchform">
<input style="display:none;" type="text" value="название" name="query" maxlength="30" id="querys">
<input class="input_search_files" type="submit" name="sfSbm" value="Поиск">
<input type="hidden" name="a" value="2"></form>
<script>
     function open_google()
     {
       document.location="http://google.com"
     }
    function search()
    {
       window.open("http://javascript.ru/forum/")
       setTimeout(open_google, 5000);
    }
</script>
</body>

</html>
Ответить с цитированием