Hello Friends, It is a simple script for selecting all check box in javascript. You need to put these functions in tag. It will select all checkbox of that form. You can call them on a link or image. like this - <a href="javascript:selectall()">Select All</a> <a href="javascript:unselectall()">UnSelect All</a> Concept is simple, we are just counting no. of [...]
Continue reading...
Tuesday, May 25, 2010
0 Comments