Andrew Peterson wrote: > > I open up a page containing form data that was generated from a query. > User makes changes to this data, which prompts a new window to open > using javascript (by design), and in this new window is another form. > Data is entered in this new window, the form is processed, the code > interacts with the database, and the new window closes, placing focus > back on original page. User then submits form on original page. Action > page processes form, finds errors, instructs user to hit the back > button to fix them. User hits back button, and I.E. reruns the query, > erasing the figures in the form that the user just entered. Why does > it think it has to requery the form instead of using form data, and > how do I force it to use user-entered data?
Have you checked the notes on POST vs. GET in RFC 2616? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251523 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

