
January 28th, 2002, 03:25 AM
|
 |
// no comment
|
|
|
|
|
you generate the javascript on runtime when you fetch your info from the database.
place the names of your checkboxes in an array, then after you've created all the checkboxes, you can now generate the javascript for this depending on the number of options you have.
|