Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/03/2007, 12:38
Avatar de maxi_lance
maxi_lance
 
Fecha de Ingreso: julio-2006
Ubicación: Capital Federal
Mensajes: 220
Antigüedad: 17 años, 10 meses
Puntos: 2
Problema con formulario complejo Parte lll

tercera parte y ultima

Código PHP:
type="checkbox" value="Metal Fabrication, Stamping and Sheet Metal Assemblies" />
                                      </b><br>
                                      <br>
                                      g. Metal Casting <b>
                                      <input name="production_integration_6" type="checkbox" value="Metal Casting" />
                                     </b><br>
                                      <br>
                                      h. CNC Machining <b>
                                      <input name="production_integration_7" type="checkbox" value="CNC Machining" />
                                     </b><br> <br>
                                      i. Thermal Forming <b>
                                      <input name="production_integration_8" type="checkbox" value="Thermal Forming" />
                                      </b><br> <br>
                                      j. Plastic Extrusions <b>
                                      <input name="production_integration_9" type="checkbox" value="Plastic Extrusions" />
                                      </b><br> <br>
                                      k. Metal Extrusions <b>
                                      <input name="production_integration_10" type="checkbox" value="Metal Extrusions" />
                                      </b><br> <br>
                                      l. PCB Fabrications <b>
                                      <input name="production_integration_11" type="checkbox" value="PCB Fabrications" />
                                      </b><br> <br>
                                      m. PCB Assemblies <b>
                                      <input name="production_integration_12" type="checkbox" value="PCB Assemblies" />
                                      </b><br> <br>
                                      n. Apparel, Leather, Textile, Wood and Paper 
                                      Products <b>
                                     <input name="production_integration_13" type="checkbox" value="Apparel, Leather, Textile, Wood and Paper Products" />
                                      </b><br> <br>
                                      o. Secondary and Finishing <b> 
                                      <input name="production_integration_14" type="checkbox" value="Secondary and Finishing" />
                                      <br>
                                      <br>
                                      </b>
                                      <table border="0" cellspacing="5" cellpadding="0">
                                        <tr> 
                                          <td valign="top" class="contact-10">Project 
                                            Description and Notes</td>
                                          <td width="10"></td>
                                          <td><textarea name="project" id="project"></textarea></td>
                                        </tr>
                                      </table></td>
</tr>
<tr>
    <td>&nbsp;</td>
</tr>
<tr>
    <td><input type="button" onclick="MM_validateForm('firstname','','R','lastname','','R','company','','R','phone','','R','mail','','RisEmail');return document.MM_returnValue" value="Submit" /></td>
</tr>
</table>


    </td>
    <td width="5"></td>
</tr>
</table>
<?
}
else {

    echo 
'<br><div align="center">Your Mail has been sent! Your project ID is: '$_GET['codigo'] .'</div>';
    
}
?>
        </td>
    </tr>
    <tr><td height="50"></td></tr>
    <tr><td class="footer"></td></tr>
    </table>
    </td>
</tr>
</table>
    </td>
    <td class="right-nav-inner"><img src="imagenes/right-side-menu-inner.jpg" width="57" height="134" alt=""></td>
</tr>
</table>
</td></tr></table>

    <input type="hidden" name="act" value="enviar_form" />

</form>

<map name="request">
<area alt="" coords="254,34,341,52" href="quotation.htm">
</map>

<script language="javascript" type="text/javascript" src="inc/Validator.js"></script>

<script language="javascript" type="text/javascript">

    function chk_form() {
        
        var nombres_campos = new Array(); 
        //nombres_campos['usuario'] = 'Usuario';
        
        var ok = Validator.validar(document.frm,nombres_campos);
        
        if(ok) {
        
            document.frm.submit();        
            
        }
        else {
            Validator.imprimir_mensajes();
        }    
    }

</script>


</body>
</html>