Is this also the Risk Address:
<select name="InsuredSALicense2" id="InsuredSALicense2">
<option>Please Select</option>
<option>Yes</option>
<option>No</option>
</select>
如果这里的答案是“否”,那么必须创建一个隐藏的下拉菜单。
If No, Please give details:
<textarea name="InsuredOther License2"
id="InsuredOther License2"
cols="30" rows="4"></textarea>
<form id="form4" name="form4" method="post" action="">
在表格上说我要创建一个下拉列表(例如:“你……”,请选择是/否):如果答案是“是”,则下拉一个部分,如果不是,则不要下拉部分。
这种形式是在dreamweaver cs4 中完成的。