Use less arrays.
Selectivly init your arrays..
I'm sure you don't need to show each user all 1000 arrays each visit.
So, split the arrays into mutple 'Init' functions and Init each set as
needed.
You could even have a 'Delete' function for each set as well that would
clear them up when they are no longer needed.

----- Original Message -----
From: "Jonah" <[EMAIL PROTECTED]>
To: "Dynapi-Help" <[EMAIL PROTECTED]>
Sent: Friday, July 13, 2001 1:29 PM
Subject: [Dynapi-Help] one more question


> I'm having another, somewhat related problem, which seems due to
JavaScript
> memory constraints.  I initialize a large number of JavaScript arrays (the
> problem seems to start at about 1000) and then loop through them and
display
> them in a table, which I write to the page using setHTML() on a DynLayer.
> This crashes IE 5.5.  Does anyone know what the problem is and if there is
a
> way to fix it?
>
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to