Ver Mensaje Individual
  #9 (permalink)  
Antiguo 08/08/2013, 11:03
Avatar de AnGuisi
AnGuisi
 
Fecha de Ingreso: julio-2013
Ubicación: San Felipe - Yaracuy
Mensajes: 122
Antigüedad: 10 años, 9 meses
Puntos: 2
Respuesta: Array en Insertar

Okey veamos si me explico.

FORMULARIO:
Código HTML:
<h4>Información General</h4>
<form id="form2" name="form2" method="post" action="">
<fieldset>
<legend>Código</legend>
  <input type="text" id="codigo" name="codigo" value="" />

</fieldset>
<fieldset>
<legend>Responsable </legend>
 <input type="text" id="responsable" name="responsable" value="" />
</fieldset>
<fieldset>
<legend>Ubicación</legend>
  <input type="text" id="ubicacion" name="ubicacion" value="" />

</fieldset>


<br /><br />

<h3>Case <button type="button" onclick="mostrar_ocultar('todo','img1')">
<img id="img1" src="vistas/html/imagenes/flecha-hacia-abajo.png" width="13" height="16" /></button></h3>
<div id="todo" style="display:none;">
 
 <div id="discoduro" style="opacity:1.0" class="desvanecer">
   <table width="100%" border="0">
     <tr>
       <td width="21%">&nbsp;</td>
       <td width="18%">Marca</td>
       <td width="18%">Modelo</td>
       <td width="18%">Serial</td>
       <td width="25%">Observaciones</td>
     </tr>
   </table>
  <fieldset>
  <legend>Disco Duro</legend>
  <table>
    <tr>
   <td width="158"></td>
    <td width="144">
      <select type="text" id="marcadiscoduro" name="marcadiscoduro" value="" >
      <option value="0">Seleccione Marca</option>
      </select></td>
    <td width="144">
      <input type="text" id="modelodiscoduro" name="modelodiscoduro" value="" /></td>
    <td width="144">
      <input type="text" id="serialdiscoduro" name="serialdiscoduro" value="" /></td>
    <td width="144">
      <input type="text" id="obsdiscoduro" name="obsdiscoduro" value="" /></td>
    </tr>
    </table>
    </fieldset>
  
    </div>

<div id="memoria" class="desvanecer1">
  <fieldset>
  <legend>Memoria</legend>
  <table>
    <tr>
   <td width="158"></td>
    <td width="144">
      <input type="text" id="marcamemoria" name="marcamemoria" value="" /></td>
    <td width="144">
      <input type="text" id="modelomemoria" name="modelomemoria" value="" /></td>
    <td width="144">
      <input type="text" id="serialmemoria" name="serialmemoria" value="" /></td>
    <td width="144">
      <input type="text" id="obsmemoria" name="obsmemoria" value="" /></td>
    </tr>
    </table>
    </fieldset>

    </div>
   <div id="procesador" class="desvanecer1">

    <fieldset>
  <legend>Procesador</legend>
  <table>
    <tr>
   <td width="158"></td>
    <td width="144">
      <input type="text" id="marcaprocesador" name="marcaprocesador" value="" /></td>
    <td width="144">
      <input type="text" id="modeloprocesador" name="modeloprocesador" value="" /></td>
    <td width="144">
      <input type="text" id="serialprocesador" name="serialprocesador" value="" /></td>
    <td width="144">
      <input type="text" id="obslprocesador" name="obsprocesador" value="" /></td>
    
    
    </tr>
    </table>
    </fieldset>

 </div>
 <div id="tarjmadre" class="desvanecer1">
    <fieldset>
  <legend>Tarjeta de Video</legend>
  <table>
  <tr>
   <td width="158"></td>
    <td width="144">
      <input type="text" id="marcatarjvideo" name="marcatarjvideo" value="" /></td>
    <td width="144">
      <input type="text" id="modelotarjvideo" name="modelotarjvideo" value="" /></td>
    <td width="144">
      <input type="text" id="serialtarjvideo" name="serialtarjvideo" value="" /></td>
    <td width="144">
      <input type="text" id="obstarjvideo" name="obstarjvideo" value="" /></td>
    
    
    </tr>
    </table>
    </fieldset>

      </div>
       <div id="tarjred" class="desvanecer1">
    <fieldset>
  
  <legend>Tarjeta de Red</legend>
  <table>
     <tr>
   <td width="158"></td>
    <td width="144">
      <input type="text" id="marcatarjred" name="marcatarjred" value="" /></td>
    <td width="144">
      <input type="text" id="modelotarjred" name="modelotarjred" value="" /></td>
    <td width="144">
      <input type="text" id="serialtarjred" name="serialtarjred" value="" /></td>
    <td width="144">
      <input type="text" id="obstarjred" name="obstarjred" value="" /></td>
    
    
    </tr>
    </table>
    </fieldset>
    
      </div>
      <div id="tarjinal" class="desvanecer1">
       <fieldset>
  <legend>Tarjeta Inalámbrica</legend>
  <table>
      <tr>
   <td width="158"></td>
    <td width="144">
      <input type="text" id="marcatarjinal" name="marcatarjinal" value="" /></td>
    <td width="144">
      <input type="text" id="modelotarjinal" name="modelotarjinal" value="" /></td>
    <td width="144">
      <input type="text" id="serialtarjinal" name="serialtarjinal" value="" /></td>
    <td width="144">
      <input type="text" id="obstarjinal" name="obstarjinal" value="" /></td>
   
    </tr>
         
    </table>
    </fieldset>
   
    </div>
    <div id="tarjaudio" class="desvanecer1">
       <fieldset>
  <legend>Tarjeta de Audio</legend>
  <table>
   <tr>
   <td width="158"></td>
    <td width="144">
      <input type="text" id="marcatarjaudio" name="marcatarjaudio" value="" /></td>
    <td width="144">
      <input type="text" id="modelotarjaudio" name="modelotarjaudio" value="" /></td>
    <td width="144">
      <input type="text" id="serialtarjaudio" name="serialtarjaudio" value="" /></td>
    <td width="144">
      <input type="text" id="obstarjaudio" name="obstarjaudio" value="" /></td>
    
    </tr>
         
    </table>
    
    </fieldset>
      
      </div>
      <div id="lector" class="desvanecer1">
    <fieldset>
    <legend>Lector de CD/DVD</legend>
  <table>
             <tr>
   <td width="158"></td>
    <td width="144">
      <input type="text" id="marcalector" name="marcalector" value="" /></td>
    <td width="144">
      <input type="text" id="modelolector" name="modelolector" value="" /></td>
    <td width="144">
      <input type="text" id="seriallector" name="seriallector" value="" /></td>
    <td width="144">
      <input type="text" id="obslector" name="obslector" value="" /></td>
   
    </tr>
         
    </table>
    </fieldset>
    </div>
 
  </div>
   
<br /><br />


    </div>
	<button type="submit">Incluir Registro</button>
  </form>