[thelist] Redirect AFTER Page loaded with ASP

Rob Smith rob.smith at THERMON.com
Thu Sep 16 16:19:30 CDT 2004


> 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