<html> <head> <title>א"ב בבנית אתרים</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8"> <SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available
free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com
-- הפמ חוקל טפירקסה -->
<!-- © 2001 Robert Maxwell (wht_knght@yahoo.com) -->
<!-- (http://www.geocities.com/wht_knght/) -->
<!-- Begin function ask_question() { if (document.questionform.questionselect.options[0].selected) { alert('מספיק כתבן אם יודעים את צורת הכתיבה');} else if (document.questionform.questionselect.options[1].selected) { alert('אני משתמשת בדרייםוויבר היא הנוחה ביותר עבורי');} else if (document.questionform.questionselect.options[2].selected) { alert('כמובן פה! הגעתם למקום הנכון'); alert('אבל יש עוד המון אתרים כמובן');} else if (document.questionform.questionselect.options[3].selected) { alert('כמו בכל דבר תלוי כמה תשקיעו וכמה זמן יש לכם.');} else if (document.questionform.questionselect.options[4].selected) { alert('כן , תוכלו לבנות אתר לא רע בכלל');} else if (document.questionform.questionselect.options[5].selected) { alert('כמובן זכאי.קום לשרותכם תמיד');} else if (document.questionform.questionselect.options[6].selected) { alert('ראו בהמשך הדף הקוד נתון לכם');} return true; } // End --> </script> <link rel="stylesheet" href="../liora3.css"> </head> <body > <table width="80%" border="1" cellspacing="2" cellpadding="2" align="center" bgcolor="#ece8cf" bordercolor="#666666" class="bord2"> <tr> <td align="left"> xxx </td> <tr> <td align="right"><CENTER> <FORM name="questionform" dir=rtl> <SELECT name="questionselect" multiple size="5"> <option>מה צריך בשביל לבנות אתר</option> <option>ואיזה תוכנה הכי נוחה</option> <option>איפה ניתן ללמוד את הטכניקות</option> <option>כמה זמן זה לוקח?</option> <option>האם אוכל לבנות אתר בסיסי אחרי עיון יסודי באתר הזה?</option> <option>ואם לא מה לעשות?</option> <option>אני רוצה את הקוד של זה</option> </SELECT> <br> <p> <input type="button" name="questionbutton" value="ASK!" onClick="ask_question()"> <p> </FORM> </CENTER> </td> </table> </body> </html>
|