how to call back my dropdownlist selected value in vb script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kyithar
    New Member
    • Apr 2012
    • 1

    how to call back my dropdownlist selected value in vb script?

    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.
Working...