RE: [PHP-DB] parsing checkbox array without [] and selecting all boxes

2001-07-10 Thread Michael Rudel
tp://www.suchtreffer.de ___ > -Original Message- > From: olinux [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2001 1:43 AM > To: php-db > Subject: [PHP-DB] parsing checkbox array without [] and selecting all > boxes > &g

RE: [PHP-DB] parsing checkbox array without [] and selecting all boxes

2001-07-09 Thread Beau Lebens
.mail_boxes['broker:' + this_box].checked = true; } // --> That's all completely untested, but it might work :P // -Original Message- // From: olinux [mailto:[EMAIL PROTECTED]] // Sent: Tuesday, 10 July 2001 7:43 AM // To: php-db // Subject: [PHP-DB] parsing checkbox array

[PHP-DB] parsing checkbox array without [] and selecting all boxes

2001-07-09 Thread olinux
Hey all, The end result of all of this should be similar to an online email client like hotmal, or yahoo where you can select a number of messages to be deleted. I have a form that when generated, the html looks similar to this: ===