Yes. When the PDF form is submitted to test.asp (exactly as below), it tries
unsuccesfully to completely load test.htm. When I hit Escape it stops trying
and when I press F5(refresh) the page loads immediately, image and all.
When I remove the <img> element from test.htm, and submit the PDF form to
test.asp, test.htm appears immediately. Go figure.
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:uHxxqASuDHA.3196@TK2MSFTNGP11.phx.gbl...[color=blue]
> So, if you have these two files:
>
> test.asp:
>
> <% Response.Redirect "test.htm" %>
>
>
> test.htm:
>
> <html>
> <body>
> Here's the page
> <img border="0" src="images/picture.gif">
> </body>
> </html>
>
>
> and load test.asp, IE hangs on the redirect?
>
> Ray at work
>
> "Don Miller" <nospam@nospam.com> wrote in message
> news:OJEcX%23RuDHA.2352@TK2MSFTNGP09.phx.gbl...[color=green]
> > The snippet below was named test.htm and the ASP code redirected to that
> > file..
> >
> > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> > news:Orazz8RuDHA.2308@TK2MSFTNGP11.phx.gbl...[color=darkred]
> > > What happens if you rename the file to a .htm file?
> > >
> > > Ray at work
> > >
> > > "Don Miller" <nospam@nospam.com> wrote in message
> > > news:eaxFy4RuDHA.556@TK2MSFTNGP11.phx.gbl...
> > > > I do have Norton but with Script Blocking OFF, no FSO code. The same[/color]
> > thing[color=darkred]
> > > > (hanging) happens when I redirect to a simple HTML file like:
> > > >
> > > > <html>
> > > > <body>
> > > > Here's the page
> > > > <img border="0" src="images/picture.gif">
> > > > </body>
> > > > </html>
> > > >
> > > > When I take out the <IMG> section it works fine.
> > > >
> > > > Something to do with the header, or buffer, or ??????
> > > >
> > > >
> > > > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in[/color][/color]
> message[color=green][color=darkred]
> > > > news:%23lquwqRuDHA.3744@TK2MSFTNGP11.phx.gbl...
> > > > > My guesses are that you're redirecting a page to itself, have an[/color]
> > endless[color=darkred]
> > > > > loop in a page, or are using the FSO and suffering from
> > > > >
http://www.aspfaq.com/search.asp?q=n...cript+blocking
> > > > >
> > > > > Ray at work
> > > > >
> > > > > "Don Miller" <nospam@nospam.com> wrote in message
> > > > > news:uRnsVmRuDHA.2444@TK2MSFTNGP12.phx.gbl...
> > > > > > I have an ASP script that is called from a PDF form to process[/color][/color]
> form[color=green][color=darkred]
> > > > data.
> > > > > On
> > > > > > the last line of the script I have a Response.Redirect[/color][/color]
> "webpage.asp"[color=green][color=darkred]
> > > > that
> > > > > > leads to another target page with actual HTML. However when I[/color][/color]
> start[color=green][color=darkred]
> > > this
> > > > > > process (by submitting form data) even when I comment out the
> > > processing
> > > > > > code, the address bar shows the desired page, but the page never
> > > appears
> > > > > and
> > > > > > the flag keeps spinning indefinitely (and doesn't stop even[/color][/color][/color]
after[color=blue]
> 15[color=green][color=darkred]
> > > > > > minutes). When I finally press Escape to stop it and then I[/color][/color][/color]
press[color=blue][color=green][color=darkred]
> > > > Refresh
> > > > > > the page appears immediately.
> > > > > >
> > > > > > I've found that if I remove all the HTML code that has links to[/color]
> > other[color=darkred]
> > > > > files
> > > > > > (images, javascript, stylesheets) that the target page loads[/color]
> > promptly[color=darkred]
> > > > from
> > > > > > the same Redirect method.
> > > > > >
> > > > > > Does anyone know what could be causing this? It seems IE (or[/color][/color][/color]
IIS)[color=blue][color=green]
> > gets[color=darkred]
> > > > > lost
> > > > > > looking those other files.
> > > > > >
> > > > > > Thanks for any tips.
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]