GetURL('Query.php', {Parameter1:'Value1', Parameter2:'Value2'}, {CallBack:AjaxResponseReceived});
function AjaxResponseReceived(Data)
{
alert('Query.php returned the following: '+Data);
}
The
documentation has the full list of parameters and options for the function call.