ChiPhiZD
07-31-2006, 10:03 AM
Hello all 1st Post, hopefully someone can shed some light on this one.
I have a form that I would, for a few sections, to have a button that will prompt the user to how many "policy #'s" they are going to need to add to this form. I believe I need JavaScript for this form. So all this code below would be hidden until the user clicks on the button and answers how many needed to add. Also I would need to appened a _1, _2, _3 etc to the end of the names once they choose the amounts....
If there is an easier lang to do it in please let me know as well...thanks in advance
The following code is what I am working with:
<div class="section">Section 4: Client Group or Policy Number Access</div>
<br>
<table border="1" width=100%>
<th>Platform</th>
<th>Policy Number or DIV/Group</th>
<th>Customer Number / Master Group</th>
<tr>
<td><center><select name="policy_type1"><option Value=""selected>Select Policy Platform<option Value="ces">CES<option Value="prime">PRIME<option Value="cosmos">COSMOS</select></center></td>
<td><center>Policy Numer or DIV/Group<input type="text" name="policy1"></center></td>
<td><center>Customer Number / Master Group<input type="text" name="customer1"></center></td>
</tr>
</table>
I have a form that I would, for a few sections, to have a button that will prompt the user to how many "policy #'s" they are going to need to add to this form. I believe I need JavaScript for this form. So all this code below would be hidden until the user clicks on the button and answers how many needed to add. Also I would need to appened a _1, _2, _3 etc to the end of the names once they choose the amounts....
If there is an easier lang to do it in please let me know as well...thanks in advance
The following code is what I am working with:
<div class="section">Section 4: Client Group or Policy Number Access</div>
<br>
<table border="1" width=100%>
<th>Platform</th>
<th>Policy Number or DIV/Group</th>
<th>Customer Number / Master Group</th>
<tr>
<td><center><select name="policy_type1"><option Value=""selected>Select Policy Platform<option Value="ces">CES<option Value="prime">PRIME<option Value="cosmos">COSMOS</select></center></td>
<td><center>Policy Numer or DIV/Group<input type="text" name="policy1"></center></td>
<td><center>Customer Number / Master Group<input type="text" name="customer1"></center></td>
</tr>
</table>