Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/11/2002, 14:01
Avatar de lubetpic
lubetpic
 
Fecha de Ingreso: enero-2002
Ubicación: San Jose
Mensajes: 679
Antigüedad: 23 años, 3 meses
Puntos: 0
mas facil no se puede, hay lo tienes!!!

response.write "<table width='150' border='0' align='center' cellpadding='0' cellspacing='8'><tr><td><select name='canton' id='canton'><option value='' selected>--Seleccione su canton--</option>"
set rsname=db.execute("select * from canton order by nombre")

while not rsname.eof

response.write "<option value='"&rsname("id")&"'>"& rsname("nombre")& "</option>"
rsname.movenext
wend
rsname.close

response.write "</select> </td></tr><tr> <td><div align='center'>"
response.write "<input name='image' type='image' id='image' src='images/sigue.jpg' alt='Continua con busqueda' border='0'></div></td></tr></table>"