oops, just saw someone else post the fix for the AIM spaces. So I'll post a fix for the ICQ caching problem instead.
Find:
aw hell, it's deleted. But it's the line right after if ($this_icq>1) {
Replace with:
$this_icq = qq~
~;
What this does is force javascript to write the line & shove a new random number on the end of it. The IE cache sees the random number and decides that it doesn't have that version and downloads it again. Complicated, but it gets the job done.
[ June 21, 2001 06:06 PM: Message edited by: Jim Sabo ]