Comunidad de diseño web y desarrollo en internet online

enviar parametros y que em devuelva el resultado

Citar            
MensajeEscrito el 20 May 2007 09:56 pm
tengo el php listo

lo unico que falta es enviarle los parametros de un formulario para que me los guarde y me deuvelva que a sido bien guardado.


atte arkano

por su lectura y respuesta muchas gracias

Por Arkano

19 de clabLevel



 

el infierno

firefox
Citar            
MensajeEscrito el 20 May 2007 11:51 pm
hago esto

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Button x="95" y="231" label="Button" click="Click()"/>
<mx:Text x="44" y="134" text="Nombre"/>
<mx:TextArea x="95" y="133" height="19" id="Nombre"/>
<mx:Text x="95" y="98" text="Cliente"/>
<mx:Text x="44" y="172" text="RUT"/>
<mx:TextArea x="95" y="171" height="21"/>
<mx:Script>
<![CDATA[
import flash.net.*;
import flash.events.*;
import mx.collections.*;
import flash.display.*;
import flash.net.URLRequest;
public var enviar = new LoadVars();

function envio() {

enviar.nombre = nombre.txt;

enviar.sendAndLoad("insertarcomentarios.asp", enviar, "POST");


};

]]>
</mx:Script>
</mx:Application>


y me manda este error

Severity Description Resource In Folder Location Creation Time Id
2 1180: Call to a possibly undefined method LoadVars. cliente.mxml prueba line 16 20 de mayo de 2007 19:47:54 722

Por Arkano

19 de clabLevel



 

el infierno

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.