META HTTP-EQUIV="REFRESH" & IsPostBack

  • Thread starter Thread starter chortler
  • Start date Start date
C

chortler

When I use the meta tag to refreh my asp webpage, it doesn't change
Ispostback to false; It always equals true?

Any ideas??
 
When I use the meta tag to refreh my asp webpage, it doesn't change
Ispostback to false; It always equals true?

Any ideas??
Not sure what you are trying to do but you can add a querystring to your
meta refresh that you can detect server side to know that it was the result
of the meta refresh and not a "new" request. You would also have to make
sure you can detect old meta refreshes that someone bookmarked.
Mike
 
vMike said:
Not sure what you are trying to do but you can add a querystring to your
meta refresh that you can detect server side to know that it was the result
of the meta refresh and not a "new" request. You would also have to make
sure you can detect old meta refreshes that someone bookmarked.
Mike
Another approach is javascript using setTimeout and window.location along
with an added querystring you can detect serverside.
Mike
 
Thanks for all your help. I'll go and investigate about adding a
querystring to the code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

meta tag 1
I cant find my meta tag 2
IspostBack question 5
noscript adding dynamic meta tag 2
Meta tag modification 1
http-equiv="refresh" -> II 4
ASP.NET website Hebrew encoding? 2
META REFRESH 2

Back
Top