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>