hi,
here is what i want to do:
O O O O [ ] [ ] [ ]
item1
item2
item3
item4
item5
.
.
.
item(n)
assume O's are some radiobuttons and [ ]'s are checkboxes.
itemlist is generated from php/mySQL and the items are href's.
What i want is when the visitor clicks on an item, the values of form elements (radio and checkboxes) are also passed along with the clicked item name. I don't want to use submit buttons and images.
Thanks a lot...