mljonzs
Posts: 124
|
| Posted: 01/10/2006, 2:10 PM |
|

I feel really dumb having to ask this question, but I'm getting a headache over this stuff.
I have a really simple 2 page CCS application right now. On the main page, users fill out general data which gets stored into Table1. The second page is merely an extenstion where they enter data for multiple pieces of equipment into a separate table, Table2. I have an HTML link(anchor) about half way through the data entry on the main page that they click to redirect to the second page to enter their equipment data. This page should send them back to the main page when they are finished and allow them to continue/finish entering data on the main page.
The problem is that I'm not sure how to get them back to the main page where their data is at so they can continue without re-entering the data. So, I either want to save the data before going to page 2 or I want to direct them back to the original, unsaved, page where they can continue then save everything. Page two has it's own independent saves and is working fine.
I'm still not totally used to the flow of web applications and I'm probably just missing something extremely easy. Can someone help?
Thanks!
_________________
What does not begin WITH God, will end in failure!
|
 |
 |
|