?>
">                        </td>
                      </tr>
                      <tr>
                        <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Date
                          of birth</strong></font></td>
                        <td height="30" align="left"  class='cl1' >
                          <?php 
    $iYear = "";
    $iMonth = "";
    $iDay = "";
    if ($companyInfo['sdateofbirth'] != "") {
        list($iYear, $iMonth, $iDay) = split("-", $companyInfo['sdateofbirth']);
    }
    print "&nbsp;";
    funcFillDate($iDay, $iMonth, $iYear);
    ?>
                        </td>
                      </tr>
                      <tr>
                        <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Sex</strong></font></td>
                        <td height="30" align="left"  class='cl1' >
                          &nbsp;<select name="cboSex" style="font-family:verdana;font-size:10px;width:70px">
						<option value='Male' <?php 
    echo $companyInfo['ssex'] == "Male" ? "selected" : "";
    ?>
>Male</option>
						<option value='Female' <?php 
    echo $companyInfo['ssex'] == "Female" ? "selected" : "";
    ?>
>Female</option>
示例#2
0
                       <input type="text" name="family_name" class="normaltext" style="width:158px" value=""> 
                     </td>
                   </tr>
                   <tr> 
                     <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Date 
                       of birth</strong></font></td>
                     <td height="30" align="left"  class='cl1' > 
                       <?php 
 /*$iYear = "";
 		$iMonth = "";
 		$iDay = "";
 		if ($showval[70] !=""){
 			list($iYear,$iMonth,$iDay) = split("-",$showval[70]);
 		}*/
 print "&nbsp;";
 funcFillDate("", "", "");
 ?>
                     </td>
                   </tr>
                   <tr> 
                     <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Sex</strong></font></td>
                     <td height="30" align="left"  class='cl1' > &nbsp;
                       <select name="cboSex" style="font-family:verdana;font-size:10px;width:70px">
                         <option value='Male'>Male</option>
                         <option value='Female'>Female</option>
                       </select> </td>
                   </tr>
                   <tr> 
                     <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Address</strong></font></td>
                     <td height="30" align="left"  class='cl1' > &nbsp;
                       <textarea name="txtAddress" class="normaltext" style="font-family:verdana;font-size:10px;width:150px" rows="4" cols="30"></textarea>