Answered
Form with nested iframe stumper
I have a form with a nested iframe. At the top of the form (outside the iframe) there is a drop-down box that is used to filter a large database table into a smaller result set. The iframe displays this result set in a table/grid, and each row has a check-box. The form must also have a 'submit' button (outside the iframe), which will update a second database table with the rows selected from the iframe grid entries that were selected using the checkboxes.
So, the form's filter function creates the contents of the iframe, and the form's submit button uses the selected contents of the iframe to perform a database insert.
Is this possible??? Thanks!
