Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/01/2010, 11:31
Perrin_1
 
Fecha de Ingreso: marzo-2009
Mensajes: 163
Antigüedad: 15 años, 8 meses
Puntos: 0
enviar variable php via post

Que tal a todos como puedo enviar una variable que se me genera en PHP como POST, o de que manera puedo agregarla al AL SUBMIT VIA AJAX QUE TENGO es esto. mi variable se llama $Texto, y pues es una cadena de texto nada mas que nose como añadirla aqui ya que nada mas se que agarra lo de los formularios o si existe otra manera sera buen saberla gracias

Código HTML:
<form onsubmit="validar6();FAjax('tarifa.php','capaContenedora','tarifa=calcula&amp;id_dest='+document.getElementById('id_dest').value+'&amp;id_hot='+document.getElementById('id_hot').value+'&amp;fechaini='+document.getElementById('fechaini').value+'&amp;fechafin='+document.getElementById('fechafin').value+'&amp;tar_tipo='+document.getElementById('tar_tipo').value+'&amp;num_cuarto='+document.getElementById('num_cuarto').value+'&amp;cuarto1a='+document.getElementById('cuarto1a').value+'&amp;cuarto1m='+document.getElementById('cuarto1m').value+'&amp;cuarto1j='+document.getElementById('cuarto1j').value+'&amp;cuarto1mn='+document.getElementById('cuarto1mn').value+'&amp;cuarto2a='+document.getElementById('cuarto2a').value+'&amp;cuarto2m='+document.getElementById('cuarto2m').value+'&amp;cuarto2j='+document.getElementById('cuarto2j').value+'&amp;cuarto2mn='+document.getElementById('cuarto2mn').value+'&amp;cuarto3a='+document.getElementById('cuarto3a').value+'&amp;cuarto3m='+document.getElementById('cuarto3m').value+'&amp;cuarto3j='+document.getElementById('cuarto3j').value+ '&amp;cuarto3mn='+document.getElementById('cuarto3mn').value+'&amp;cuarto4a='+document.getElementById('cuarto4a').value+'&amp;cuarto4m='+document.getElementById('cuarto4m').value+'&amp;cuarto4j='+document.getElementById('cuarto4j').value+ '&amp;cuarto4mn='+document.getElementById('cuarto4mn').value+'&amp;cuarto5a='+document.getElementById('cuarto5a').value+'&amp;cuarto5m='+document.getElementById('cuarto5m').value+'&amp;cuarto5j='+document.getElementById('cuarto5j').value+'&amp;cuarto5mn='+document.getElementById('cuarto5mn').value+'&amp;cuarto6a='+document.getElementById('cuarto6a').value+'&amp;cuarto6m='+document.getElementById('cuarto6m').value+'&amp;cuarto6j='+document.getElementById('cuarto6j').value+'&amp;cuarto6mn='+document.getElementById('cuarto6mn').value+'&amp;cuarto7a='+document.getElementById('cuarto7a').value+'&amp;cuarto7m='+document.getElementById('cuarto7m').value+'&amp;cuarto7j='+document.getElementById('cuarto7j').value+'&amp;cuarto7mn='+document.getElementById('cuarto7mn').value+'&amp;cuarto8a='+document.getElementById('cuarto8a').value+'&amp;cuarto8m='+document.getElementById('cuarto8m').value+'&amp;cuarto8j='+document.getElementById('cuarto8j').value+'&amp;cuarto8mn='+document.getElementById('cuarto8mn').value+'&amp;cuarto9a='+document.getElementById('cuarto9a').value+'&amp;cuarto9m='+document.getElementById('cuarto9m').value+'&amp;cuarto9j='+document.getElementById('cuarto9j').value+'&amp;cuarto9mn='+document.getElementById('cuarto9mn').value+'&amp;cuarto10a='+document.getElementById('cuarto10a').value+'&amp;cuarto10m='+document.getElementById('cuarto10m').value+'&amp;cuarto10j='+document.getElementById('cuarto10j').value+ '&amp;cuarto10mn='+document.getElementById('cuarto10mn').value+'&amp;cuarto_nombre='+document.getElementById('jscuarto_nombre').value+'&amp;cuarto='+document.rese.jscuarto.value,'POST'); return false" action="#" name="rese">