| Posted by Geoff on 05/10/07 17:09 
"Dave Mennenoh" <dave@blurredistinction.com> wrote in message news:46433f8b$0$9885$4c368faf@roadrunner.com...
 >I have a form - a voting page where a user clicks 'naughty' or 'nice'...
 >this part works fine. When they refresh thepage though, I want it to be
 >like they never voted. Currently, I get the warning saying the page
 >contains postdata and and blah blah blah... I've tried every header mod I
 >know of, and I continue to get the error.
 >
 > How to fix?
 
 
 use get instead of post ?
 
 send a location header after they have posted, so it sends em to another
 page right away ?
 [Back to original message] |