﻿
function CallWebMethodIP()
{    
    Inoday.IPNet.IpwsCall.TrackIPUser(ShowInsertResult, FailedCallback);         
}
function ShowInsertResult(result, eventArgs)
{  
    //alert(result);    
}
// This is the callback function invoked if the Web service
// failed.
// It accepts the error object as a parameter.
function FailedCallback(error)
{
    // Display the error.   
}

if (typeof(Sys) !== "undefined") Sys.Application.notifyScriptLoaded();
