search for: uomanagerusername

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

2007 Jul 19
0
ASP.NET AJAX Web Services and Prototype Version 1.5.1.1
.... I made some minor adjustments to Prototype to get it to work. 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'...