please forgive this mess from a scripting novice:

I'm trying to tweak a pre-existing drop-down menu.

The drop down is coded as:

______________________

 <P>Please choose one option from the list below: <BR><SELECT =
size=3D1=20
      name=3Dproposal1> <OPTION selected></OPTION> =
<OPTION>Approve</OPTION>=20
        <OPTION>No Opinion</OPTION> <OPTION>Object - The technical =
approach is=20
        not sound</OPTION> <OPTION>Object - The proposed project =
duplicates=20
        previous and publicly reported efforts</OPTION> <OPTION>Object
- =
the=20
        proposal is not needed</OPTION> <OPTION>Object - Other - you =
MUST give a=20
        detailed response in the 'Comments' box below:</OPTION></
SELECT> =

      <P>&nbsp;</P>

_____________________

what I'm wanting to do is if the last choice is made "The proposeal is
not needed" the user cannot successfully submit the form without
entering something in the corresponding text box:

______________________

      <TABLE>
        <TBODY>
        <TR>
          <TD>&nbsp;</TD>
          <TD width=3D500>Comments:</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD><TEXTAREA name=3Dobject-one rows=3D6 =
cols=3D80></TEXTAREA></TD></TR></TBODY></TABLE><BR>


________________________

I will repeat this for each question in the survey.

hopefully this make sense.

thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"JAVA-J2EE-RMI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.in/group/JAVA-J2EE-RMI?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to