Creating an Event System
Posted: Tue Jul 01, 2003 3:51 am
I have tried for a while with no success to get this to work and I have tried countless methods and ideas, but I'm hitting roadblocks that are stopping my ideas.
Here is the situation:
I am trying to create a system for adding and deleting events, etc. I have the adding part down fine, but the script for deleting events that I am trying to make is more complicated.
I have the script display the events that meet the criteria that you set and I want there to be a checkbox by each one so you can check which events you want to delete. I have that part down. The part I am having trouble with is having the script delete multiple events that are checked. What I am trying to do is send the values of the check boxes and everything else in the form to another page where I would retrieve the info and have it delete the checked events from the previous page. I don't know if there is a better way to do this, or any way to do it. I'm hitting a blank wall. I'm sure there must be some way to do it, but I would appreciate it if someone could point me in the right direction. If I wasn't clear enough or you need clarification, I will be happy to explain the best I can, of even give you the link to the page I am working on if it would help.
Thanks in advance.
Here is the situation:
I am trying to create a system for adding and deleting events, etc. I have the adding part down fine, but the script for deleting events that I am trying to make is more complicated.
I have the script display the events that meet the criteria that you set and I want there to be a checkbox by each one so you can check which events you want to delete. I have that part down. The part I am having trouble with is having the script delete multiple events that are checked. What I am trying to do is send the values of the check boxes and everything else in the form to another page where I would retrieve the info and have it delete the checked events from the previous page. I don't know if there is a better way to do this, or any way to do it. I'm hitting a blank wall. I'm sure there must be some way to do it, but I would appreciate it if someone could point me in the right direction. If I wasn't clear enough or you need clarification, I will be happy to explain the best I can, of even give you the link to the page I am working on if it would help.
Thanks in advance.