submitting forms from links
I have an HTML page that contains a number of checkboxes. When the user selects a box on the page it becomes checked - simple.
The page contains links that make the page redisplay itself in some other format. However, by clicking the link, those checkboxes that were checked become unchecked.
Question is, how can I simulate a submit from the links on the page so that when a link is selected, the values from the checkboxes are submitted and accessible from the next page?
Thanks in advance
HD