FollowThePeacemakers
Programmer
Ooh, ooh! I have an almost identical problem to THIS thread thread216-95573 EXCEPT I need every checked item to be deleted for a particular user's session (FYI: these checkboxes are populated by database info). Here's the full question...
=====================
I want to allow my users to exclude records of their choice. If you go to the link below you'll get an idea of what I want...
See the left-most column of the table that has the button "Delete" and then all the checkboxes down the column? Let me explain what those are: suppose that in the past, one of my users has had a bad experience with one of these companies. I want to allow that user to click that particular company's checkbox and then click a "recalculate this page" or "delete" button to refresh it with the unwanted record(s) excluded on the refreshed page?
=====================
Another example: Anyone who has a Yahoo email account knows that they can easily delete any junk mail just by clicking the checkbox by the email's title and then clicking "Delete." Same type of thing...but keeping in mind that the updated (after-deletes) info will be passed to an emailing app.
I think I'm close. I looked at what the Yahoo page was doing and "borrowed" some ideas. However, it juuuust doesn't work. What am I missing?
Your help is appreciated!
=====================
I want to allow my users to exclude records of their choice. If you go to the link below you'll get an idea of what I want...
See the left-most column of the table that has the button "Delete" and then all the checkboxes down the column? Let me explain what those are: suppose that in the past, one of my users has had a bad experience with one of these companies. I want to allow that user to click that particular company's checkbox and then click a "recalculate this page" or "delete" button to refresh it with the unwanted record(s) excluded on the refreshed page?
=====================
Another example: Anyone who has a Yahoo email account knows that they can easily delete any junk mail just by clicking the checkbox by the email's title and then clicking "Delete." Same type of thing...but keeping in mind that the updated (after-deletes) info will be passed to an emailing app.
I think I'm close. I looked at what the Yahoo page was doing and "borrowed" some ideas. However, it juuuust doesn't work. What am I missing?
Your help is appreciated!