Hi,
I'm not sure if this is possible but I would like to force IE to refresh after a post has been entered.
I have created a messaging system, using a theme I created that fills the whole screen (1024 x 768).
I then wish to use this around our campus to display on 28inch+ monitors (http://www.greshams.biz/blog/test/).
Our receptionist will enter new posts (messages) but the display, via IE, will not be displaying the latest post as it will need refreshing (F5).
I could add:
<META HTTP-EQUIV="REFRESH" CONTENT="15 URL=http://www.greshams.biz/blog/test">
in the header of my theme but I would have to work out how many messages are in use and adjust the timing to suit.
I wondered if there was an easier way to do this?