Jump to content

refresh page


joecool2005

Recommended Posts

You'll have to bear in mind that you'll probably be creating an infintite loop so you'd probably need to pass a variable round to counter-act it:

<%if request("myVar")="" then response.redirect "?myVar=1"%>

Also if you're trying to refresh the pages content you may want to look at doing it with java script:location.reload()or

<script language="javascript"><!--if (location.search.indexOf("myVar")==-1){	location="?myVar";}//--></script>

Link to comment
Share on other sites

On Internet Explorer, when you go on the menu tool->internet options, on general tab, "Temporary Internet Files" section and click "setting", some people set to "never".That means, the page will never be refresh.Is it possible to force the page to refresh ?Thx

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...