jscofield Posted July 9, 2010 Share Posted July 9, 2010 I'm working in Dreamweaver CS5 and have a form using the POST method. The form calls a second page, which successfully receives the POST variables. The receiving page creates an xml file, which is the data source for a spry table on that form. All works fine until I go back to the first form and select different search options to send. After sending, I can display the new POST variable values on the second form (checking to make sure the xml file was created and the variables sent), but the spry table still holds the data from the first query. However, this does not work in IE, but DOES work in Firefox. If I stop and delete form data in the IE options before returning to the result form, the data refreshes ok. I can't have users deleting their form data everytime they wan't to to query with new variables! It seems to work this way in IE 6 and IE 8 (didn't have 7 to try). Again, it works correctly in Firefox. Also, if I use a standard dynamic table, it works ok, but my user wants the pretty color and nice sorting options in the Spry table output. This is one of the stranger behaviors I've run across and I kept thinking I was coding something wrong until I happened to try it in Firefox. I am under a deadline (of course) so any help would be greatly appreciated. Judy Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted July 9, 2010 Share Posted July 9, 2010 This sounds like a browser issue, not a PHP issue. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.