Displaying 1 result from an estimated 1 matches for "dchooseoptionaladgroup".
Did you mean:
dchooseoptionaladgroups
2007 Nov 07
2
Ajax.Request -post
...memb)};
new Ajax.Request(ur,
{method:''post'',
postBody: param,
encoding: ''UTF-8'',
contentType: ''text/html'',
onCreate:function() {alert("linking");},
onSuccess: function(transport){
alert(transport.responseText);
$(''dChooseOptionalADGroups'').innerHTML = transport.responseText;
},
onFailure: function(){alert(''Could not fetch the optional groups'');}
}
);
}
// memberOf is Array
function memberOfParams(){
var memb = "";
if (memberOf!=undefined){
for (var i=0;i<memberOf.length;i++){...