| Posted by John Dunlop on 11/18/07 21:45 
axlq:
 > Situation: User submits a form, gets a page returned. User clicks
 > the "reload button."
 >
 > Desired Result: The current page simply re-loads and the user isn't
 > asked to confirm re-submission of the form data.  The form data
 > isn't re-submitted.
 
 Without a URL I can't tell, but I have a suspicion you are using the
 POST method instead of the GET method.  User-agents should make their
 users aware if their actions are non-idempotent.
 
 http://www.w3.org/2001/tag/doc/whenToUseGet.html
 
 --
 Jock
 [Back to original message] |