Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/04/2002, 11:48
currag
 
Fecha de Ingreso: abril-2002
Mensajes: 9
Antigüedad: 22 años, 1 mes
Puntos: 0
enviar un formulario y saltar a otro htm II

la funcion

function MM_goToURL() { //v3.0 var i, args=MM_goToURL.arguments; //document.MM_returnValue = false;
if ( document.MM_returnValue == true) {
for (i=0; i<(args.length-1); i+=2) eval(args+".location='"+args[i+1]+"'");}}

formulario

<form name="form1" method=post action="mailto:[email protected]?subject=s ugerencias aeropuerto isla mauricio" enctype="text/plain"></form>




Que estoy haciendo mal? :(