stewartwebb
Programmer
Hi,
I'm not sure if this is possible. Basically there are 2 tables on the left of the screen and the right. When the user clicks one of the tasks in the left table at the moment the page is submitted and refreshed which takes a second or so but that task is then added to the right table. What our client wants is to click the task in the left table and dynamically add it to the right table which is fine. The problem is for each task they add i'll need a hidden field to stored other information about that task they've just added. In our system (we use CGI tags) there is a problem where if you read into the program more than about 100 fields you get an error and so reading in 100+ hidden fields is a problem. So what i'm trying to do is some how dynamically move the task from left to right (which I can do) but then submit the task and task information back to the program in the background but not refresh the page. Once the user has added all the tasks they then click a complete button which will refresh the page. The user will probably add more than 100 tasks at a time which is why i'm thinking of another way round it.
Thanks in advance
I'm not sure if this is possible. Basically there are 2 tables on the left of the screen and the right. When the user clicks one of the tasks in the left table at the moment the page is submitted and refreshed which takes a second or so but that task is then added to the right table. What our client wants is to click the task in the left table and dynamically add it to the right table which is fine. The problem is for each task they add i'll need a hidden field to stored other information about that task they've just added. In our system (we use CGI tags) there is a problem where if you read into the program more than about 100 fields you get an error and so reading in 100+ hidden fields is a problem. So what i'm trying to do is some how dynamically move the task from left to right (which I can do) but then submit the task and task information back to the program in the background but not refresh the page. Once the user has added all the tasks they then click a complete button which will refresh the page. The user will probably add more than 100 tasks at a time which is why i'm thinking of another way round it.
Thanks in advance