Código HTML:
Ver original
<html> <head> <style type="text/css"> <!-- .style1 {font-size: 24px;color: #CCCCCC;font-family: Geneva, Arial, Helvetica, sans-serif;} .style2 {font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 36px;} .style3 {font-size: 14px;font-family: Arial, Helvetica, sans-serif;color: #666666;} .style4 {color: #666666} .style10 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 24px; color: #0080FF; } .style11 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 18px; color: #0080FF; } .style9 {font-size: 12px} .style12 {font-family: Arial, Helvetica, sans-serif} .style14 {font-family: Arial, Helvetica, sans-serif; color: #6C6C6C; } --> </style> </head> <body> <div align="center"> <table width="700" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> </tr> <tr> </tr> <tr> <form method="post" action="Facultad"> <input type="text" name="id" id="id" /> </p> <input type="text" name="nombre" id="nombre" /> </p> </p> <input type="text" name="decano"/> </p> <select name="institucion" id="institucion" class="select"> </select> </p> <p align="center"> <input type="submit" name="B1" id="B1" value="Agregar" /> <input type="submit" name="B2" id="B2" value="Modificar" /> <input type="submit" name="B3" id="B3" value="Eliminar" /> </p> <p align="center"> <input type="button" name="B4" id="B4" value="Volver" onclick="history.go(-1)" /> <input type="button" name="B5" id="B5" value="Salir" onclick="window.close();"/> </p> </form> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> </table> </div> </body> </html>
En Esta Parte Requiero Que La Lista Desplegable Me Muestre Algunos Datos Traidos De Una Base De Datos MySql
Código HTML:
La Verdad No se Como Hacerle... Asi Que Por Favor Si Alguien Me Pudiera Colaborar Se Lo Agradeceria Ver original