Ver Mensaje Individual
  #15 (permalink)  
Antiguo 11/11/2003, 11:50
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
como te deci university, sería con unos cuantos IF:


<select name="religion">
<option<% If rst("religiondelaBD") = "Católico" then response.write " selected" %>>Católico</option>
<option<% If rst("religiondelaBD") = "Budista" then response.write " selected" %>>Budista</option>
<option<% If rst("religiondelaBD") = "Musulmán" then response.write " selected" %>>Musulmán</option>
<option<% If rst("religiondelaBD") = "Judio" then response.write " selected" %>>Judio</option>
</select>
__________________
...___...