Hi,
I have a form to fill up.In that form, I have to choose
which form type I am going from dropdownlist. After I choose
form type, when I click upload click that upload form will
come up with the selected form type.
Eg:
<tr>
<td width="28%" bgcolor="#F7FBE A" valign="top">
<b>Nomination Type*:</b></td>
<td width="72%" bgcolor="#F7FBE A" valign="top">
<select name="t" size="1" class="formfiel d" >
<option value="N.A." selected>-
Select Nomination Type -</option>
<option value="CM">
Cultural Medallion</option>
<option value="YAA">
Young Artist Award</option>
</select>
</td>
</tr>
If I choose "CM" The title of Upload form is CM
If I choose "YAA" the title of Upload form is YAA.
But the thing is, in upload form it just come up
YAA even if CM.
Please, can anyone give me advice or any idea to sort out.
Thanks in advanced.
I have a form to fill up.In that form, I have to choose
which form type I am going from dropdownlist. After I choose
form type, when I click upload click that upload form will
come up with the selected form type.
Eg:
<tr>
<td width="28%" bgcolor="#F7FBE A" valign="top">
<b>Nomination Type*:</b></td>
<td width="72%" bgcolor="#F7FBE A" valign="top">
<select name="t" size="1" class="formfiel d" >
<option value="N.A." selected>-
Select Nomination Type -</option>
<option value="CM">
Cultural Medallion</option>
<option value="YAA">
Young Artist Award</option>
</select>
</td>
</tr>
If I choose "CM" The title of Upload form is CM
If I choose "YAA" the title of Upload form is YAA.
But the thing is, in upload form it just come up
YAA even if CM.
Please, can anyone give me advice or any idea to sort out.
Thanks in advanced.