Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Redirect page is not refreshing

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,284
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> Redirect page is not refreshing
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Redirect page is not refreshing - 7/20/2001 5:12:01 AM   
  anton

 

Posts: 11
Score: 0
Joined: 6/9/2001
From: USA
Status: offline
Hello,
I am implemting an asp page with Server side VB Script and Client
side java script. In the VB Script, if certain conditions met, i am
directing to the same page with different parameters.

for ex:
ASP File Name Test.asp
Contents of Test.asp
..
..
If i =1 then
Response.Redirect Test.asp
end if
..



My question here is that, during the redirect operation, the browser is
displaying the cached information not the Redirected page
Thanks for your help
 
 
Post #: 1
 
 Re: Redirect page is not refreshing - 7/20/2001 5:13:43 AM   
  jordan

 

Posts: 9
Score: 0
Joined: 6/9/2001
From: USA
Status: offline
In the ASP page that you do not want cached, you will need to put in

<%response.expires=0%>

to keep it from cacheing.
Also on your redirect ASP page, try using

<%response.buffer=true%>

(in reply to anton)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> Redirect page is not refreshing Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts