Здраствуйте, есть такой "поисковый яваскрипт" возможно некоторым пригодиться,
я хочу чтобы при нажатии на кнопку "поиск" открывал страницу в новом окне браузера, а не на текущем...подскажите как и куда этот атрибут вставить???
<!--
document.write('<form name="metasearch"><font color="#000000"><small>Поищи в Интернете:</small></font><br/><font color="black"><input name="query" type="text" size="18" maxlength="100" value=""><br/><select name="engine"><option value="gwap">Google (Wap)</option><option value="gweb">Google (Web)</option><option value="gim">Google (Картинки)</option><option value="ws">WapStart</option><option value="aport">Aport</option><option value="yandex">Yandex</option><option value="rambler">Rambler</option><option value="mail">Mail</option><option value="yahoo">Yahoo</option><option value="wf">Поиск файлов</option><option value="wiki">Википедия</option><option value="gogo">gogo</option><option value="wapalt">wapalt</option></select><br/><input type="button" value="Искать" onClick="search();"></font></form>')
function search() {t = document.metasearch.query.value;
s = document.metasearch.engine[document.metasearch.engine.selectedIndex].value;
if (s == "gwap") {location.href = "http://www.google.com/xhtml/search?channel=bh&mrestrict=xhtml&site=mobile&q="+ t;}
if (s == "gweb") {location.href = "http://www.google.com/xhtml/search?channel=bh&mrestrict=xhtml&site=search&q="+ t;}
if (s == "gim") {location.href = "http://www.google.com/xhtml/search?channel=bh&mrestrict=xhtml&site=images&q="+ t;}
if (s == "ws") {location.href = "http://wap.search.wapstart.ru/find/?sf="+ t;}
if (s == "aport") {location.href = "http://sm.aport.ru/scripts/template.dll?That=std&r="+ t;}
if (s == "yandex") {location.href = "http://www.yandex.ru/yandsearch?text="+ t;}
if (s == "rambler") {location.href = "http://search.rambler.ru/cgi-bin/rambler_search?words="+ t;}
if (s == "mail") {location.href = "http://wap.go.mail.ru/search?q="+ t;}
if (s == "yahoo") {location.href = "http://search.yahoo.com/bin/search?p=" + t;}
if (s == "wf") {location.href = "http://wap.wlink.ru/files/?nf=15&q=" + t;}
if (s == "wiki") {location.href = "http://ru.m.wikipedia.org/wiki?search=" + t;}
if (s == "gogo") {location.href = "http://pda.gogo.ru/go?q=" + t;}
if (s == "nigma (web)") {location.href = "http://www.nigma.ru/index.php?s=" + t;}
if (s == "wapalt") {location.href = "http://www.wapalt.ru/search.php?search=" + t;}}
//-->
Вот например в html в ссылках ставиться артибут (
target="_blank") а тут незнаю, как поставить