הבושתו הלאש
Select a question:
Answer:
<body>
<form name="form1">
<table border="0">
<tr>
<td>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -- הפמ חוקל טפירקסה -->
<!--
function showAnswer(whatForm){
if(document.forms[whatForm].question.value=="none"){
document.forms[whatForm].answer.value="^ Please select a question above ^"
}else{
document.forms[whatForm].answer.value=document.forms[whatForm].question.value
}}
// -->
</script>
<b>Select a question:</b>
</td>

<td valign="top"><select name="question" size="1" onchange="showAnswer('form1')">
<option value="none"> </option>
<option value="Check the 'Forms' category at JavaScript Source!">How can I verify my forms?</option>
<option value="A scripting language developed by Netscape to enable Web authors to design interactive sites. Although it shares many of the features and structures of the full Java language, it was developed independently. [Webopedia]">What is JavaScript?</option>
<option value="Try the JavaScript Source for dynamite cut-and-paste scripts!">Where is a good place to find JavaScript?</option>
<option value="They sure are!">Are all these scripts free?</option>
</select>
</td>
</tr>
<tr>
<td align="right"><b>Answer:</b> </td>
<td><textarea name="answer" rows="8" cols="40" readonly></textarea></td>
</tr>
</table>
</form>