why indeed... If you are submitting to a url a given form, and the next page displays results, you can generally be sure that some kind of update using the previous data has taken place, thus the usual question about resubmitting form data. If you resend a request to a page that expects form data, but it gets no form data, you're asking for trouble... How many developers actually write code to pedantically detect and validate all form fields before assuming those fields exist and can be used??? sadly, not many ... Are you starting to have visions of web pages all over the world exploding due to missing form data yet? I am...
D. On Sep 19, 2:10 pm, Amir Michail <[EMAIL PROTECTED]> wrote: > Hi, > > Instead of this: > > "This web page requires data that you entered earlier in order to be > properly displayed. You can send this data again, but by doing so you > will repeat any action this page previously performed. Press Reload to > resend that data and display this page." > > Why not just display the page as it was previously displayed without > resending data? > > Amir --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
