Exodious
08-16-2002, 05:33 PM
I had a (large) form with say 10 entries per row and 400 rows.
To speed things up, I've read the data for the 400 rows into arrays (1 array for each of the 10 entries) and
now only show 50 lines at a time. The user chooses between the pages of 50 using buttons and javascript is used to populate the page from the array cache. (a bit like opening a database recordset and only displaying the pagesize)
My problem comes with submitting the form. I don't have enough form elements to submit the form in one go.
Does anyone have any ideas on the best way to submit (using the post method) a form like this?
Thanks
To speed things up, I've read the data for the 400 rows into arrays (1 array for each of the 10 entries) and
now only show 50 lines at a time. The user chooses between the pages of 50 using buttons and javascript is used to populate the page from the array cache. (a bit like opening a database recordset and only displaying the pagesize)
My problem comes with submitting the form. I don't have enough form elements to submit the form in one go.
Does anyone have any ideas on the best way to submit (using the post method) a form like this?
Thanks