Comments

tserface wrote on 2/28/2002, 3:23 PM
Hi Gary,

The could add this pretty easily. It's a simple piece of JavaScript:

<SCRIPT LANGUAGE="JavaScript">
<!--Begin
function redrawScreen() {
window.location.href = "http://this url";
}
setTimeout("redrawScreen()",5);
//End -->
</SCRIPT>

Tom
jimcho wrote on 2/28/2002, 3:53 PM
GG,

It's possible that there is another proxy between you and SOFO which is beyond your control. If possible, could you try another Internet connection from a different dial-up network? If it turns out to be a proxy, you'll have to work with a SOFO tech to resolve it as there are more cache control headers that may be used that should work through most proxies. Or you could get very cozy with that refresh button ;)
FadeToBlack wrote on 2/28/2002, 4:08 PM
tserface wrote on 2/28/2002, 4:47 PM
It's code for redrawing the screen every few seconds that SoFo can add to their main screen.

:)

Tom