10.2.2. Сценарий

<SCRIPT type="text/javascript">

function Gofindit(){

 var searchfor = document.formsearch.findthis.value;    

{                                

 var FullSearchUrl =

"http://www.yahoo.com/bin/query?p=" + searchfor ;

location.href = FullSearchUrl;

}}

</SCRIPT>

<FORM NAME="formsearch" action="">

Найдите в Yahoo:

<INPUT NAME="findthis" SIZE="40" TYPE="text">

<INPUT TYPE="button" VALUE="Искать"

onClick="Gofindit()">

</FORM>