Hi! How can a function be written so that it is reusable within the same form? eg, if I wish to place another select menu and result in the following code (eg.mySelect2, mySpan2) so that whichever select menu is chosen displays its own result:
<html>
<head>
<script type="text/javascript">...