Jump to content

how can i refresh a AJAX page


djquim

Recommended Posts

you should use a random number to send with the request everytime you call your ajax function in your javascript.

 

and please include your code. so we can suggest something close.

 

and also try this lines adding right at the top of the script.

 

<?php
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");

...
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.