View Single Post
ישן 21-12-12, 13:30   # 4
Real_Madrid
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: May 2010
מיקום: דרום
הודעות: 343

Real_Madrid לא מחובר  

אני לא מתכנת, אז אני קצת מתקשה עם זה :\
זה תיבת חיפוש כאילו, זה אמור להעביר אותי כאשר משתמש מקליד "ביטוי" כלשהו ולוחץ על כפתור SEARCH.

אני לא מבין בזה יותר מידי אבל זה מה שניסיתי לפי הקוד של HAIMZ וזה לא עובד:
קוד:
<SCRIPT LANGUAGE="JavaScript">
function x() {
var x = window.location = 'http://youtube.com/page/s?' + document.getElementById('searchField').value;
}
</script>
<form name=x>
<input type=text size=25 name=searchField>
<br>
<input type=button value="Search" onClick="x()">
<input type=reset value="Clear">
</form>
__________________

Last edited by Real_Madrid; 21-12-12 at 13:41..
  Reply With Quote