murphy79 wrote:Can I force the browser to update the entire content?
You can try to set the content expire date. (No guarantee that all browsers would follow this.)
Try adding following coded between [tt]<head>[/tt] and [tt]</head>[/tt]
- Code: Select all
<META Http-Equiv="Cache-Control" Content="no-cache">
<META Http-Equiv="Pragma" Content="no-cache">
<META Http-Equiv="Expires" Content="0">
If that does not work, try changing [tt]<META Http-Equiv="Expires" Content="0">[/tt]
to [tt]<META Http-Equiv="Expires" Content="-1">[/tt]
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12