Ver Mensaje Individual
  #16 (permalink)  
Antiguo 26/08/2005, 12:48
pancuquin
 
Fecha de Ingreso: noviembre-2004
Mensajes: 25
Antigüedad: 19 años, 6 meses
Puntos: 0
IDOLO IDOLO IDOLO IDOLO IDOLO
SOS UN CAPO MASTER
ME SALVASTE EL PROBLEMA
yo sabia que era una boludes

ya que tenes el archivito, sabes que me hace algo muy raro

gastos me lo carga dentro de combustible

no te fijas si le encontras algo raro ?
el codigo de gastos.fla es el siguiente

function borrar() {
Fecha.text = "";
Camion.text = "";
Remito.text = "";
Detalle.text = "";
Precio.text = "";
}

function envio() {
enviar = new LoadVars();
estado="Cargando.";
enviar.FechaGG = Fecha.text;
enviar.CamionGG = Camion.text
enviar.RemitoGG = Remito.text;
enviar.DetalleGG = Detalle.text;
enviar.PrecioGG = Precio.text;
estado="Cargando..";
enviar.sendAndLoad("Gastos.asp", enviar, "POST");
estado="Cargando...";
enviar.onLoad = function (exito){
if (exito){
estado="Cargado Satisfactoriamente...";
borrar();
} else { estado="Error";}
}
};




gracias por todo campeon