Okay MIS

.<br>
The applet is the same, and here is the new html with a combo:<br>
**********<br>
<FORM onSubmit="return false"><br>
Please, select a name: <br>
<SELECT NAME="Combo"><br>
<OPTION SELECTED>MIS<br>
<OPTION>DigitalOx<br>
<OPTION>Otto</SELECT><br>
<INPUT TYPE="submit" value="Pass data" onClick="<br>
document.FD.writeName(Combo[Combo.selectedIndex].text);"><br>
</FORM><br>
<HR><br>
<APPLET CODE=FormDataToApplet.class NAME=FD height=100 width=200><br>
</APPLET><br>
**********<br>
I try this with Netscape Communicator 4.5, and it works well.<br>
I have not got IE, but I hope that this code will good with, too.<br>
Good luck. Bye, Otto.<br>