Hi,
I need a vbscript that will update a single attribute for all users in an OU & subOU.
I've found a couple of vbscripts online, one which updates user attributes based on an array of users listed (having to manually create the array), and another which searches & lists all users in an OU &...
Hi,
Does anyone know how to modify this javascript so that it will recognise checkboxs called checkbox[0], checkbox[1], checkbox[2]...etc so my php script will work.
<SCRIPT LANGUAGE="JavaScript">
var checkflag = "false";
function check(field) {
if (checkflag ==...
sleipnir214, your post said use var checkname = "barney[]"; with <input type=checkbox name="barney[]" value="a">, <input type=checkbox name="barney[]" value="b">..etc would it still work if checkbox name was barney[0], barney[1], etc?
Hi
I have the following javascript...
<SCRIPT LANGUAGE="JavaScript">
var checkflag = "false";
function check(field) {
if (checkflag == "false") {
for (i = 0; i < field.length; i++) {
field[i].checked = true;}
checkflag = "true"; }
else {
for (i = 0; i <...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.