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
Giri
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
Giri