Welcome Guest, Not a member yet? Register   Sign In
Delete Selected Checkbox items from the database. HELP
#6

[eluser]basty_dread[/eluser]
i can't get it on how to use javascript to check all or uncheck the checkboxes using this name with brackets

Code:
<input type="checkbox" name="rdindex1[]" value="<?=$primeno[$i];?>"/>

the javascript only works if the
Code:
name="rdindex1"

what should i do?
this is my javascript for checking all the checkbox:
Code:
function checkallBox()
{
    for (i=0;i<document.forms['formkeywords'].rdindex1.length;i++)
    {
        document.forms['formkeywords'].rdindex1[i].checked=true;
                                                                       }
}


Messages In This Thread
Delete Selected Checkbox items from the database. HELP - by El Forum - 11-03-2009, 01:59 AM
Delete Selected Checkbox items from the database. HELP - by El Forum - 11-03-2009, 02:26 AM
Delete Selected Checkbox items from the database. HELP - by El Forum - 11-03-2009, 02:33 AM
Delete Selected Checkbox items from the database. HELP - by El Forum - 11-03-2009, 02:35 AM
Delete Selected Checkbox items from the database. HELP - by El Forum - 11-03-2009, 02:41 AM
Delete Selected Checkbox items from the database. HELP - by El Forum - 11-03-2009, 03:03 AM
Delete Selected Checkbox items from the database. HELP - by El Forum - 11-03-2009, 03:19 AM
Delete Selected Checkbox items from the database. HELP - by El Forum - 11-03-2009, 07:36 PM
Delete Selected Checkbox items from the database. HELP - by El Forum - 03-23-2010, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB