mardi 27 octobre 2015

I'm fail to select the check box from table, i have 32 check boxes and i want to check role2, role3 but its fail

I'm fail to select check box from table, i have 32 check boxes and i want to check role2, role3

Please help me how to select role2, role3 check boxes.... below is my source code...

                                                        <input type='checkbox' onclick=CheckboxClick(this); name='Role2' value='Role2' />

                                                    </td>
                                                    <td>
                                                        <b>Home View Search</b>
                                                    </td>
                                                    <td class='last'>
                                                        View and perform search operations from Home page.
                                                    </td>
                                                </tr>

                                                <tr>
                                                    <td class='first'>

                                                        <input type='checkbox' onclick=CheckboxClick(this); name='Role3' value='Role3' />

                                                    </td>
                                                    <td>
                                                        <b>System Manage Admin</b>
                                                    </td>
                                                    <td class='last'>
                                                        Create, update and delete administrators.
                                                    </td>
                                                </tr>


                                    </div>

                                </td>
                                <td valign='top'>
                                    <div style='height: 200px; overflow-y: auto; overflow-x: hidden; border: 1px solid #ccc;'>
                                        <table width='100%' class='checkbox' id='functionTable'>
                                            <thead>
                                                <tr>
                                                    <td colspan='2' width='560'>
                                                        TM Functions
                                                    </td>
                                                    <td>
                                                        TM Administration Functions
                                                    </td>
                                                </tr>
                                            </thead>
                                            <tbody>

                                                <tr>
                                                    <td class='first'>

                                                        <input type='checkbox' onclick=CheckboxClick(this); name='Role0' value='Role0' />

                                                    </td>
                                                    <td>
                                                        <b>Home Switch Owners</b>
                                                    </td>
                                                    <td class='last'>
                                                        Ability to switch owners clicking on owner name from Home screen.
                                                    </td>
                                                </tr>

                                                <tr>
                                                    <td class='first'>

                                                        <input type='checkbox' onclick=CheckboxClick(this); name='Role1' value='Role1' />

                                                    </td>
                                                    <td>
                                                        <b>Home Accept Decline Vendor Invite</b>
                                                    </td>
                                                    <td class='last'>
                                                        Accept or decline vendor invitations from Home page.
                                                    </td>
                                                </tr>

                                                <tr>
                                                    <td class='first'>

                                                        <input type='checkbox' onclick=CheckboxClick(this); name='Role2' value='Role2' />

                                                    </td>
                                                    <td>
                                                        <b>Home View Search</b>
                                                    </td>
                                                    <td class='last'>
                                                        View and perform search operations from Home page.
                                                    </td>
                                                </tr>

                                                <tr>
                                                    <td class='first'>

                                                        <input type='checkbox' onclick=CheckboxClick(this); name='Role3' value='Role3' />

                                                    </td>
                                                    <td>
                                                        <b>System Manage Admin</b>
                                                    </td>
                                                    <td class='last'>
                                                        Create, update and delete administrators.
                                                    </td>
                                                </tr>




Aucun commentaire:

Enregistrer un commentaire