Tutorials Scripts Free Q&A Books


 







:שמתשמ
:המסיס
  

1 :םויה תוסינכ
36 :שדוחה תוסינכ
1 :ןיילנוא םישלוג
רחא PHP CGI ASP JavaScript Cold Fusion JSP

JavaScriptב םיטפירקס


שופיח
םיזיע בלוח :רבחמה םש
http://www.builder.co.il :תיב-רתא

:תורעה\תויחנה
!םילודגה שופיחה יעונמב שופיח ןורעי הזה טפירקסה


:דוק

<head>
<meta charset="visual">
<script language="JavaScript">
// From: http://www.builder.co.il //
var FirstForm;
function StartSearch(){
document.forms[FirstForm+document.InputForm.SearchSelect.selectedIndex].elements[0].value=document.InputForm.SearchWords.value;
document.forms[FirstForm+document.InputForm.SearchSelect.selectedIndex].submit();
}
</script>
</head>
<body><center>
<form Name="InputForm">
<input name="SearchWords" type=text size=30>::שפח<br>
<select Name="SearchSelect">
<option selected>Yahoo
<option>Altavista
<option>Excite
<option>Lycos
</select>::שופיח עונמ
<br><input type=button value="Search !" onClick="StartSearch()">
</form>

<script language="JavaScript">FirstForm=document.forms.length</script>

<form action="http://search.yahoo.com/bin/search" method=get>
<input type="hidden" size=35 name=p>
</form>

<form action="http://www.altavista.digital.com/cgi-bin/query" method=get>
<input type="hidden" name=q size=35 maxlength=200 value="">
<input type="hidden" name=pg value=q>
<input type="hidden" name="fmt" value=".">
<input type="hidden" name=what value=web>
</form>

<form action="http://www.excite.com/search.gw" method=post>
<input type="hidden" name="search" size=35>
<input type="hidden" name="searchType" value="Keyword">
<input type="hidden" name="category" value="default" checked>
<input type="hidden" name="mode" value="relevance">
<input type="hidden" name="showqbe" value="1">
<input type="hidden" name="display" value="html3,hb">
</form>

<form action="http://www.lycos.com/cgi-bin/nph-randurl/cgi-bin/largehostpursuit1.html">
<input type=hidden size=35 name="query">
</form>
</body>

 

הרזח >>
...