Hi, Can anyone give me some idea how to link 2 select list/menu boxes on a form. When user selects "country", I want to only let him select the actual counties in the next box. For example: selects "England" 'the county' select box shows "Derbyshire, Essex, blah, blah" Only! [/CODE]<td height="49" bordercolor="#FFFFFF"><div align="center">Country</div></td> <td height="49" colspan="2" bordercolor="#FFFFFF"> <select name='country'> <option value='England' selected>England <option value='Scotland'>Scotland <option value='Wales'>Wales <option value='N Ireland'>N Ireland <option value='Eire - Ireland'>Eire - Ireland <option value='Other'>Other </select> * <font size="1" face="Verdana">Select the Country of your "Wanted Name"</font></td> </tr> <tr><td height="50" width="61" bordercolor="#FFFFFF"> <span class="style2"> </span> <div align="center">County</div></td> <td height="50" colspan="2" bordercolor="#FFFFFF"> <select name='county'> <option value='' selected>Select County <option value='Derbyshire'>Derbyshire <option value='Essex'>Essex <option value='Leicestershire'>Leicestershire <option value='Lancashire'>Lancashire <option value='Notts'>Notts <option value='Oxfordshire'>Oxfordshire <option value='Staffordshire'>Staffordshire <option value='Yorkshire'>Yorkshire <option value='Not Known'>Not Known </select> * <font size="1" face="Verdana">Select the County of your "Wanted Name"</font></td> [CODE] Many thanx, Dave
Mon May 31, 2004 3:46 am
deejay
Junior Member
Joined: Thu May 27, 2004 1:36 pm Posts: 7
Thanks Xnuiem,
Is there any way tom do it in html? Or has it got to be javascript? Been on the site, but still can not work it out! Sorry I am a novice!
Users browsing this forum: No registered users and 0 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum