Ver Mensaje Individual
  #8 (permalink)  
Antiguo 03/02/2006, 09:33
Avatar de calavera
calavera
 
Fecha de Ingreso: diciembre-2005
Mensajes: 113
Antigüedad: 18 años, 4 meses
Puntos: 0
Son de tipo select

te adjunto mi formulario

Código PHP:
<table width="650" border="0" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <form name="form4" method="post" onsubmit="return validar1(this)" action="ProblemasProcesar.php">
    <tr> 
      <td height="12" colspan="17" valign="top" bgcolor="#CCCC33"><strong><em>Informaci&oacute;n 
        Del Usuario</em></strong></td>
    </tr>
    <tr> 
      <td width="30" height="7"></td>
      <td width="60"></td>
      <td width="2"></td>
      <td width="125"></td>
      <td width="22"></td>
      <td width="2"></td>
      <td width="1"></td>
      <td width="10"></td>
      <td width="27"></td>
      <td width="36"></td>
      <td width="16"></td>
      <td width="24"></td>
      <td width="1"></td>
      <td width="107"></td>
      <td width="34"></td>
      <td width="135"></td>
      <td width="18"></td>
    </tr>
    <tr> 
      <td height="20"></td>
      <td></td>
      <td></td>
      <td colspan="3" valign="top"> <select name="Funcionarios"  id="Rut_Asignado">
          <option value="" >Elija el Rut</option>
          <?php              
       $result
=mysql_query("SELECT * FROM Funcionarios",$link);
        while(
$row=mysql_fetch_array($result))
        echo (
'<option value="'.$row["Rut_Asignado"].'">'.$row["Rut_Asignado"].'</option>');
             
?>
        </select> </td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="48"></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="12" colspan="17" valign="top" bgcolor="#CCCC33"><strong><font color="#000000" size="1"> 
        <em>Problema</em></font></strong></td>
    </tr>
    <tr> 
      <td height="6"></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="4"></td>
      <td></td>
      <td></td>
      <td colspan="3" rowspan="3" valign="top"> <select name="Prioridad" id="Prioridad" >
          <option >Elija Prioridad</option>
          <option value="Bajo">Bajo</option>
          <option value="Mediano">Mediano</option>
          <option value="Alto">Alto</option>
        </select></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td colspan="2" rowspan="3" valign="top"> <select name="Estado" id="Estado">
          <option>Elija Estado</option>
          <option>Abierto</option>
          <option>En Progreso</option>
          <option>No Asignado</option>
          <option>Respuesta en Espera</option>
        </select> </td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="12"></td>
      <td valign="top"><strong><font color="#000000" size="1">Prioridad:</font></strong></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td colspan="3" valign="top"><strong>Estado:</strong></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="4"></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="20">&nbsp;</td>
      <td></td>
      <td></td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="12"  colspan="17"   valign="top" bgcolor="#CCCC33"><strong><em>Informaci&oacute;n 
        Del Problema</em></strong></td>
    </tr>
    <tr> 
      <td height="14"></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="4"></td>
      <td></td>
      <td></td>
      <td rowspan="3" valign="top"> <select name="Sistema" id="Sistema" >
          <option>Eliga la Opci&oacute;n</option>
          <option>Win XP Profesional</option>
        </select> </td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td colspan="2" rowspan="3" valign="top"> <select name="Categoria" OnChange="cambiar()" id="Categoria"  >
          <option value="Sist_Operativo">Sist_Operativo</option>
          <option value="Hadware">Hadware</option>
          <option value="Software">Software</option>
          <option value="Config_Web">Config_Web</option>
          <option value="Otro">Otro</option>
        </select> </td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="12"></td>
      <td valign="top"><strong>S. O.:</strong></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td colspan="2" valign="top"><strong>Categor&iacute;a:</strong></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="4"></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="16"></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="2"></td>
      <td rowspan="2" valign="top"><strong>Descripci&oacute;n:</strong></td>
      <td></td>
      <td colspan="11" rowspan="4" valign="top"> <input name="Descripcion" type="text" id="Descripcion" size="70" maxlength="90"> 
      </td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr>
      <td height="10"></td>
      <td></td>
      <td colspan="2" rowspan="2" valign="top"><font color="#FF0000"><strong>M&aacute;x. 
        70 Caracteres</strong></font></td>
    <td></td>
    </tr>
    <tr> 
      <td height="2"></td>
      <td rowspan="3" valign="top"><div align="center"><font color="#FF0000"><strong>(Corta)</strong></font></div></td>
      <td></td>
      <td></td>
    </tr>
    <tr>
      <td height="3"></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="7"></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="20"></td>
      <td>&nbsp;</td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="2"></td>
      <td rowspan="3" valign="top"><strong>N&ordm; Error:</strong></td>
      <td></td>
      <td colspan="4" rowspan="3" valign="top"> <input name="Error" type="text" id="Error" size="30"> 
      </td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="12"></td>
      <td></td>
      <td></td>
      <td colspan="3" valign="top"><strong><font color="#FF0000">Opcional</font></strong></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="3"></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="24"></td>
      <td>&nbsp;</td>
      <td></td>
      <td></td>
      <td></td>
      <td>&nbsp;</td>
      <td></td>
      <td></td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td height="22"></td>
      <td>&nbsp;</td>
      <td></td>
      <td></td>
      <td></td>
      <td colspan="5" valign="top"> <input name="Ingresar" type="submit" id="Ingresar" value="Ingresar"> 
      </td>
      <td>&nbsp;</td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
  </form>
</table>
Cita:
Iniciado por Cap.Buscapina
y estado y sistema, que tipo de campo es (input text,select,checkbox,radio),

poné el codigo de estos dos campos.