When i make an edit to a form and save it, if i am in netscape, i wont show up in IE, and if i am in IE, it wont show up in netscape. I need the page to automatically refresh and not grab a cached page! I have spent hours researching and trying stuff, and nobody has given me a foolproof answer. I have tried the following, and many other variations of it!
<?
header ("Pragma: no-cache");
header ("Cache-Control: no-cache, must-revalidate, max_age=0");
header ("Expires: -1");
?>
Any thoughts????