Jump to content

tables have stretched..


brown2005

Recommended Posts

Ctrl+F5

OR

In Firefox you go to Tools > Clear Private Data > Check only cache (or anything else you'd like cleared) > Clear Private Data Now
In IE6 you go to* Tools > Internet Settings > Temporary Internet Files > Check "Delete all offline contents" > OK

* I have a Danish version installed, so my translations may not be exactly correct of what it is in the English version.
Link to comment
Share on other sites

Just thinking....
For just a refresh insert this button

[code]<DIV style="position:absolute;left:60px;top:58px;width:150px;height:48px;z-index:0" align="center">
<BUTTON type="button" onClick="window.location.reload()" name="Reload" value="Reload" style="width:150px;height:48px;border:1px #FF0000 solid;background-color:#000000"><P><FONT style="font-size:13px" color="#FF0000" face="Arial">See Something wrong <U>Click Here</U></FONT></P></BUTTON>
</DIV>[/code]
Edit it to ur likings!!
Link to comment
Share on other sites

any of these will do the trick. Or all of them if you wnat to be sure

session_cache_expire( 0 );
session_cache_limiter( "nocache" );
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
Link to comment
Share on other sites

  • 1 month later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.