Hello All
I have an ASP page that connects to an access db through IIS and displays the results of a query. There is Javascript on the page to verify user input and stores it in an array. I now want to pass the array to an asp page to input the data back into the database. I have tried and can pass a single array element and insert data but cannot get back to pass the next element. I have tried concatenating the array and passing in the querystring but im limited to 2052 chars. I have heard you can post the array from a form but how do get the java array into the post part and how do you get the elements into an array on the asp page
any help would be much appreciated
Thanks
I have an ASP page that connects to an access db through IIS and displays the results of a query. There is Javascript on the page to verify user input and stores it in an array. I now want to pass the array to an asp page to input the data back into the database. I have tried and can pass a single array element and insert data but cannot get back to pass the next element. I have tried concatenating the array and passing in the querystring but im limited to 2052 chars. I have heard you can post the array from a form but how do get the java array into the post part and how do you get the elements into an array on the asp page
any help would be much appreciated
Thanks