how to check all the checkboxes of only read messages.
Like inbox i have some records.
with in those records i have some read messages and some unread messages
i provide a status column like 'read' and 'unread' in the data base for that column.
now i want to check only the read messages
how to check all the checkboxes
Moderator: General Moderators
-
venkatesh.svs
- Forum Newbie
- Posts: 12
- Joined: Wed Jan 06, 2010 1:30 am
Re: how to check all the checkboxes
I think, you have to use Javascript or do it on server side but server side solution is uglier - you may reload the page with checked attribute in your checkbox tag.
So I would use Javascript.
So I would use Javascript.