PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
> We found out recently that when those templates are openned with Acrobat > Reader 6, they are getting submitted twice to our ASP > page for processing. Note that this can happen with version 5.x as well. You can prevent it from happening by returning an FDF, as opposed to generating and returning HTML. The FDF can either cause an informative pop-up message to appear, or can "redirect" to a static or dynamic HTML page. Experience has taught me that returning an FDF is the best practice for a number of reasons, not just this one. And don't forget the error handling routines. Set up the CGI (or JSP, ASP, whatever) to return an appropriate FDF under all conditions. As far as I can tell, this behavior is due to the way Acrobat and the browser (MSIE specifically) interact. It does not happen with pre-5 versions. George To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
