Hey Experts,
I know this can be done easily and hoping someone can help me out with this html script here!
/<form>
/Type of Data: <select><option>Type of Cover</option>
<option>Age Group</option>
/By: <select><option>All Class</option>
<option>Saver</option>
<option>Flexi Plus</option>
<option>Platinum</option>
/<Input type="submit" value="View" />
/</form>
Basically what I want to do is when a user select "Type of Cover", then the form "By:" will generate a drop down menu of "Saver", "Flexi Plus", "Platinum". however on the other hand, if the user select "Age Group", the form "By:" will generate ">25 year old" , "26 - 40year old", "41 - 60year old". ...
Does anyone know how to change this?
Thanks for your help in advance!
Cheers
Yennie
~~I live to die and Die to Live~~
I know this can be done easily and hoping someone can help me out with this html script here!
/<form>
/Type of Data: <select><option>Type of Cover</option>
<option>Age Group</option>
/By: <select><option>All Class</option>
<option>Saver</option>
<option>Flexi Plus</option>
<option>Platinum</option>
/<Input type="submit" value="View" />
/</form>
Basically what I want to do is when a user select "Type of Cover", then the form "By:" will generate a drop down menu of "Saver", "Flexi Plus", "Platinum". however on the other hand, if the user select "Age Group", the form "By:" will generate ">25 year old" , "26 - 40year old", "41 - 60year old". ...
Does anyone know how to change this?
Thanks for your help in advance!
Cheers
Yennie
~~I live to die and Die to Live~~