Forum OpenACS Q&A: mktree problem on IE

Collapse
Posted by Vince T on
i'm trying to build a dhtml/css tree using the mktree code and am having some problems.

first, seems to work well on firefox

on ms ie, the behavior seems to be that the script causes the page to retrieve the bullets (plus, minus, etc) hundreds of times (because of the size of my tree). which in itself causes the page to load much slower than when using firefox. im also getting the following on my error logs:

[25/Jul/2006:21:38:03][28319.-160031536][-conn3-] Notice: nssock: server ready - resuming
[25/Jul/2006:21:38:03][28319.-159023920][-conn1-] Notice: nssock: server ready - resuming
[25/Jul/2006:21:38:03][28319.-159527728][-conn2-] Notice: nssock: server ready - resuming
.
.
. (repeated many times)

also, if the page is accessed via ssl/https it gets even worse, i am getting the following error repeated tens of times:

[25/Jul/2006:22:39:36][28319.-159023920][-conn1-] Error: nsopenssl: EOF during SSL handshake
[25/Jul/2006:22:39:36][28319.-158520112][-conn0-] Error: nsopenssl: EOF during SSL handshake
[25/Jul/2006:22:39:36][28319.-160535344][-conn4-] Error: nsopenssl: EOF during SSL handshake
[25/Jul/2006:22:39:36][28319.-159023920][-conn1-] Error: nsopenssl: error during SSL handshake: Connection reset by peer

if i remove the bullet images, it seems to work better. but i need them for readability.

i guess my question is: is there a way to have ie only download the images once...

also: is there anything wrong with my aolserver installation that causes the above error upon download of many (albeit tiny) bullet images. a setting i can tweak etc?

thanks in advance...

vince