A
AlBen
Hello
sorry I don't know about javascript but I have to finish my work and
there I have some scripts
on my page I have a textarea form and a select form
when a user click in the select form I need the text of the selection
apears in my textare form
that's all
Could you give me the shortest way to do that?
Thank you to all of you.
<textarea rows="4" name="S1" cols="48"></textarea>
<select size="6" name="D1" id="fname" onchange="???">
<option>DELETE</option>
<option>INSERT</option>
<option>UPDATE</option>
</select>
sorry I don't know about javascript but I have to finish my work and
there I have some scripts
on my page I have a textarea form and a select form
when a user click in the select form I need the text of the selection
apears in my textare form
that's all
Could you give me the shortest way to do that?
Thank you to all of you.
<textarea rows="4" name="S1" cols="48"></textarea>
<select size="6" name="D1" id="fname" onchange="???">
<option>DELETE</option>
<option>INSERT</option>
<option>UPDATE</option>
</select>