示例#1
0
       <tr>
                <td class='spacer'>&nbsp;</td>
                <td width="120">Attention</td><td><input type="text" name="attention" id="attention" size="55" value=""  /></td>
                 <td class='spacer'>&nbsp;</td>
        </tr>
        <tr>
                <td class='spacer'>&nbsp;</td>
                <td width="120">Kansai Contact</td><td>
                
                <!--<input type="text" name="contact" id="contact" size="55" value=""  />-->
                <select name="contact" id="contact">
                	<option value=''>-- Select sales personnel --</option> 
                    <?php 
$process = new DataProcess();
$process->settings();
$process->salespersonnel();
$process->disconnectDb();
?>
                </select>
                
                </td>
                 <td class='spacer'>&nbsp;</td>
        </tr> 
       <tr>
                <td class='spacer'>&nbsp;</td>
                <td width="120">Business Type</td><td>&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="sg" id="sg1" value="Supply" class='sc'/>&nbsp;Supply&nbsp;<input type="radio" name="sg"  id="sg2" value="Supply & Apply" class='sc'/>Supply & Apply&nbsp;</td>
                 <td class='spacer'>&nbsp;</td>
        </tr>
         <tr>
                <td class='spacer'>&nbsp;</td>
                <td width="120">Inquiry Ref</td><td><input type="text" name="reference_inquiry" id="reference_inquiry" size="55" value=""  /></td>