[thelist] Redirect AFTER Page loaded with ASP

Ken Schaefer ken at adOpenStatic.com
Fri Sep 17 07:29:29 CDT 2004


: Why not use Server.Transfer or Server.Execute?

because it won't work? (well, you could get it to work, but it's relatively 
complex and not very efficient).

Cheers
Ken

----- Original Message ----- 
From: "Gary McPherson" <lists at ingenyus.net>
Subject: RE: [thelist] Redirect AFTER Page loaded with ASP


: Why not use Server.Transfer or Server.Execute? Given your process below, 
you
: could load the upload page and display your animated graphic. Once the 
file
: has been uploaded or failed, you then call the Transfer or Execute methods
: to run a page which hides the display graphic (using an inline stylesheet)
: and displays the appropiate completion message. Seems preferable to the 
meta
: tag or javascript methods suggested so far, IMHO.
:
: Gary
:
: > -----Original Message-----
: > From: thelist-bounces at lists.evolt.org
: > [mailto:thelist-bounces at lists.evolt.org] On Behalf Of Rob Smith
: > Sent: 16 September 2004 22:20
: > To: 'peter at easylistbox.com'; 'thelist at lists.evolt.org'
: > Subject: RE: [thelist] Redirect AFTER Page loaded with ASP
: >
: > > completely understand your situation...
: > > Is this...
: >
: > State 1:
: > User gets prompted to Upload a file
: > They Browse for a file
: > Click OK
: > Click Upload File
: >
: > State 2:
: > Display "Attempting to upload your file..."
: > Display Progress bar (animated graphic in flash)
: > If successful
: > Redirect to page with "Ok. Again?" with out progress bar
: > else
: > Redirect to page with "Not Ok. Try again?" (same)
: > end if
: >
: > State 3:
: > Display "Ok. Again?"
: >   -  or  -
: > Display "Not Ok. Try again?"
: > Back to State 1 upon decision
: >
: > In previous versions of this the Redirect part was simply
: > replaced with Response.write and all was well. The Progress
: > bar is an animated gif :-\
: >
: > Tell me more about this:
: > <META http-equiv="refresh" content="5;
: > url=yourdirectedtopage.asp"> as in what's the 5 do? seconds
: > until refresh? This variable is unknown in my above application.
: >
: > Rob 



More information about the thelist mailing list