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>"