Have you ever tried to return values from the Ajax function ? Well it might be sometime the cases when you might have to return the value got from the server to another function rather than updating the component.
Let’s try to return the values from the traditional Ajax function.
function getVal(param)
{
var strURL=”findValues.php?val=”+param;
var [...]
Posts Tagged ‘ajax requests’
How to return value from Ajax Function – Use synchronous request
Posted by Bagesh Singh on February 26th, 2010
Posted in
Tags: