Welcome Guest, Not a member yet? Register   Sign In
Posting data from my controller to another site when submitting
#3

[eluser]Reneesh T K[/eluser]
I think you need to use jquery or ajax for it. Using them, we can submit to other site and can return a value like the following:

Code:
jQuery.ajaxSetup({async:false});

jQuery.post("www.abc.com/test.php",{field1:value1,field2:value2}, function (data){
       document.getElementById("success_div")[removed]=data;
      
});


Messages In This Thread
Posting data from my controller to another site when submitting - by El Forum - 04-16-2012, 02:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB