I've been reading posts - but didn't see one on this topic.
I have a form:
<code>
<form stuff>
<input checkbox 1>
<input checkbox 2>
<input checkbox 3>
<input submit button>
</form>
</code>
What I want is the ability to scroll vertically through the checkboxes, yet have the submit button always visible at the bottom.
To this end, I put the checkboxes within a frame so I can scroll and discovered, as many of you already know, When I hit submit, I no longer have those checkbox values in my form (since they are on another page within the frame).
Any ideas?
Thanks.
I have a form:
<code>
<form stuff>
<input checkbox 1>
<input checkbox 2>
<input checkbox 3>
<input submit button>
</form>
</code>
What I want is the ability to scroll vertically through the checkboxes, yet have the submit button always visible at the bottom.
To this end, I put the checkboxes within a frame so I can scroll and discovered, as many of you already know, When I hit submit, I no longer have those checkbox values in my form (since they are on another page within the frame).
Any ideas?
Thanks.