Previous | Next | (P-PDF) Forms & FDF
Topic: FDF Problem Browser caches site local....
Conf: (P-PDF) Forms & FDF, Msg: 77586
From: george
Date: 12/3/2002 04:30 AM
> BUT: When the ASP file makes the Response.Redirect, it
> sends me to a local html page stored in my temporary
> internet folders.
This behavior is well known and has been discussed here many times. In short, it's due to a limitation in the way Acrobat and MSIE are able communicate with each other. A workaround is to use an FDF that just contains a /F key (e.g., using FDFSetFile) to perform the "redirection".
> The strange thing is, that this local file is an exact copy of
> the website the asp file should redirect me to. Inclusive
> session variables.
Curiously, some have reported that this behavior interferes with their session variables, so it may be browser version or Acrobat version dependent.
> Now when I click a link on that "local" page, it behaves
> exactly like it would be on a remote webserver.
As long as the URLs within the HTML are absolute, as opposed to relative, and that you're not using SSL.
> I use IE 6.0 and Mozilla 1.2 for testing.
I haven't tried Mozilla 1.2, but I haven't heard this happening with Netscape browsers before.
For a little bit more information, see http://www.peakforms.com/pdfs/fdf_redir2.pdf
George