ShMiL
02-27-2003, 08:51 PM
I have X forms in a page.
Next to each form, I have a checkbox (not assigned to any forum...).
I want some how to submit the values of those un-assigned checkbox to a page...
The problem is that I can't wrap everything with one form tag because it'll mess up all of the X forms.
I think I didn't make it clear enough, so i'll give an example:
In free-email providers (hotmail,yahoo) you have an option in the Inbox, to select all the messages and to do some action on them (mark as read, delete, etc) - in that case, we have one form!
In MY case, I have an option to edit those messages names (input type=text), so each message is a form by itself.
How, in my case, can I keep the checkboxes (in order to later allow to delete selected)?
Thanks for help...
Next to each form, I have a checkbox (not assigned to any forum...).
I want some how to submit the values of those un-assigned checkbox to a page...
The problem is that I can't wrap everything with one form tag because it'll mess up all of the X forms.
I think I didn't make it clear enough, so i'll give an example:
In free-email providers (hotmail,yahoo) you have an option in the Inbox, to select all the messages and to do some action on them (mark as read, delete, etc) - in that case, we have one form!
In MY case, I have an option to edit those messages names (input type=text), so each message is a form by itself.
How, in my case, can I keep the checkboxes (in order to later allow to delete selected)?
Thanks for help...