Antes he posteado dos pequeños errores, aqui los corrijo, más que nada por si confunden
Código:
<tr>
<td width="29%">Empresa: </td>
<td width="71%"> <select size="1" name="Empresa" >
<%do while not miconexion2.eof %>
<option selected value=<% Response.write(miconexion2.fields("codempresa") & " <br>")%><% response.write(miconexion2.fields("nombre") & "<br>") %></option>
&nbsp; <% miconexion2.movenext
loop%>
</select></td>
</tr>
<tr>
<td width="29%"> Contacto:</td>
<td width="71%"> <select size="1" name="contacto">
<%do while not miconexion3.eof %>
<option selected value=<% Response.write(miconexion3.fields("cod_contacto") & " <br>")%><% response.write(miconexion3.fields("nombre") & "<br>") %></option>
&nbsp; <% miconexion3.movenext
loop%>
</select></td>
</tr>
<p align="center"><font color="#219CC6" size="3">"...Siempre he confiado en la bondad de l@s desconocid@s."</p>[/CODE]