Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

check multiple check boxes at once

Explorer ,
Jan 27, 2007 Jan 27, 2007
I have created a database structure joing many tables. I created a form named delete, and place a checkbox named id[] beside the record that is displayed. I need a way to check or uncheck all the records at once using either a text link or a another checkbox. Im guessing I have to use javascript (which I know little about.) Any help would be great.
TOPICS
Server side applications
325
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 28, 2007 Jan 28, 2007
LATEST
justin wendorf wrote:
> I have created a database structure joing many tables. I created a form named
> delete, and place a checkbox named id[] beside the record that is displayed. I
> need a way to check or uncheck all the records at once using either a text link
> or a another checkbox. Im guessing I have to use javascript (which I know
> little about.) Any help would be great.

Yes, you use JavaScript. Google "check all checkboxes javascript", and
you'll find plenty of help.

--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines