search for: uomaincatalog

Displaying 1 result from an estimated 1 matches for "uomaincatalog".

2007 Jul 19
0
ASP.NET AJAX Web Services and Prototype Version 1.5.1.1
...Here is some sample code that calls the service: new Ajax.Request(''User.asmx/GetUserId'', { method:''post'', contentType: ''application/json'', postBody : {lsUserName : $(''uoManagerUsername'').value, lsCatalogName : $(''uoMainCatalog'').value}, onSuccess: function(transport, json){ var lnId = eval(json); if ($(''uoManagerUsername'').value == ''none'') lnId=0; if (lnId >= 0) { $(''uoManagerUsernameText'').innerHTML = $ (''uoManagerUsername''...