Never did get any of those errors cited in that FAQ. Did try setting the
properties before the redirect with the same result (IE or IIS hangs).
In the meantime, I hacked a work-around that does an inelegant redirect
(that works in this situation though). I'd really like to do a standard
redirect.
<% 'asp code to process PDF form data %>
<html>
<body onload="parent.location.href='target.asp'">
</body>
</html>
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bql3u3$q3d18@kcweb01.netnews.att.com...[color=blue]
> "Don Miller" <nospam@nospam.com> wrote in message
> news:eJ59xsbuDHA.1596@TK2MSFTNGP10.phx.gbl...[color=green]
> > I used a Response.Redirect "page.asp" as the last command in ASP code[/color][/color]
that[color=blue][color=green]
> > processes a submitted form from an Adobe PDF form (using HTML format).[/color][/color]
For[color=blue][color=green]
> > some reason, if there is any linked file (image, stylesheet, javascript)[/color]
> in[color=green]
> > the target "page.asp" IE hangs until you press Escape. With Refresh, the
> > page loads completely.
> >
> > I checked the web log and the entry for "page.asp" is 200 (OK) but all[/color][/color]
the[color=blue][color=green]
> > files I mentioned above all show 400. The description for this status[/color][/color]
code[color=blue][color=green]
> > is pretty generic and not much help (a syntax error in the request and[/color][/color]
the[color=blue][color=green]
> > server doesn't understand it).
> >
> > Does anyone know what 400 actually means?
> >
> > I can't control the syntax of the request so how can this be fixed? (and[/color]
> how[color=green]
> > could the submit from the PDF form have anything to do with this since[/color]
> other[color=green]
> > HTML forms directed to an ASP page with images, etc. works fine?)[/color]
>
>
http://www.aspfaq.com/show.asp?id=2011
>
> --
> Tom Kaminski IIS MVP
>
http://www.iistoolshed.com/ - tools, scripts, and utilities for running[/color]
IIS[color=blue]
>
http://mvp.support.microsoft.com/
>
http://www.microsoft.com/windowsserv...y/centers/iis/
>
>
>[/color]