search for: objgroups

Displaying 2 results from an estimated 2 matches for "objgroups".

Did you mean: objgroup
2006 Oct 18
1
optgroup and Javascript Issues
...elect box that has multiple enabled and a few optgroup mixed in with other groups? The following seems to work without the optgroup tags in a multiselect list box. I have tired going threw the children of the optgroup but i was unable to pull a valid .value or .selected. Any Ideas? Thanks. var objGroups = document.getElementById(''groups'').childNodes; var aSelectedGroups = new Array(); for (var i = 0; i < objGroups.length; i++) { if (objGroups[i].selected == true) { aSelectedGroups.push(objGroups[i].value); } } --~--~---------~--~----~------------~-------~--~----~ You re...
2013 Mar 20
2
Samba4 - mapping Network Drives based on Group membership
Hi All I have a problem running a logon script to map network drives based on Group Membership. The script is a VBScript that resides in the netlogon share. It Works just fine when the logged in user is a Domain Admin but fails to get the Group information when logged in as a regular user. For example when I login as administrator who is a member of every Group (For test only all the requested