Hi ,
I am using Many Check Box list in my Java Servlet Application
_______________________________________
I am able to Select All checkbox using
<input name="toggleAll" id="toggleAll" onclick="ToggleAll(this)" type="checkbox" />
But While Selecting only one Check Box unable to check it.
<input name="ChckBx" id="chk1_4" onclick="Toggle(this)" type="checkbox" />
It throws error as "Toggle is undefined".
kindly Advice on this issue.