
santhosh_89
Novice
Mar 4, 2009, 3:03 AM
Post #1 of 1
(32579 views)
|
In Ajax function we will use open and send function,Here open function will have three arguments,Third argument type is boolean, If the value is true,it is for asynchronous communication.If false what it will be. Example: xmlHttp.open("POST","file.php?product="+product_id,true); xmlHttp.send(null);
|