Is there a way to force a refresh of a browser using Safari?
I'm working with someone that never gets a new index.htm page.
I'm tried all of these:
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
One solution is http://www.mypage.com/?anything
This is a kludge, but works. Is there a better way?
Don't want to put /?something in links unless necessary.
Using links with "../page.htm" instead of just "page.htm" solved problems.
I'm working with someone that never gets a new index.htm page.
I'm tried all of these:
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
One solution is http://www.mypage.com/?anything
This is a kludge, but works. Is there a better way?
Don't want to put /?something in links unless necessary.
Using links with "../page.htm" instead of just "page.htm" solved problems.
Comment