|
-
Mar 10th, 2006, 01:24 AM
#1
Thread Starter
New Member
[RESOLVED] check one and check all check box and delete--script
hi
I want to use a check box to select records to be deleted and delete the selected records. how can i do this..please direct me
thanks
keats
Keep Smiling!! 
-
Mar 10th, 2006, 03:19 AM
#2
Member
Re: check one and check all check box and delete--script
One way would be to use javascipt (to select all check boxs via one click).
And label the check bocs like...
HTML Code:
<input name="name_1" type="checkbox">
<input name="name_2" type="checkbox">
Then on the page which catch there restuls, just loop through them and check it they are true or false, if there true grab there id.
_
-
Mar 10th, 2006, 04:05 AM
#3
Thread Starter
New Member
Re: check one and check all check box and delete--script
thanks i used the same logic as u told..working fine....thanks anyway
Keep Smiling!! 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|