Advertisement
dano2019

ajax

Nov 17th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. $.ajax({
  2. url: "index.php/Welcome/add_data",
  3. type: "post",
  4. data: {name : sendName ,
  5. email : sendEmail,
  6. num : sendNum,
  7. largo : sendlargo
  8. },
  9. success : function(data){
  10. //data=$dano;
  11. //alert(data); /* alerts the response from php.*/
  12. //location.href ="index.php/Welcome/redirecciona";
  13.  
  14. //window.location.replace("index.php/Welcome/redirecciona");
  15.  
  16. // funciona como si dieras clic en un enlace
  17. //+ encodeURIComponent(x)+ encodeURIComponent(y)+encodeURIComponent(z)
  18. window.location.href = "index.php/Welcome/redirecciona"+'/'+encodeURIComponent(x)+'/'+encodeURIComponent(y)+'/'+en
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement