Click to See Complete Forum and Search --> : help with simple script


alanmcw
08-22-2003, 05:39 PM
Hi all,

I've spent hours looking at this code to no avail. I can't see my mistake. The same code with differant variables runs fine in the same document just in front of this part.

What is happening is Explorer (V5.2.3, OS-X-2.6) is throwing up a error box, no other browser Windows or Mac is having issues.


Any help would be, well helpful...

Code Example (http://www.exhibits.lsa.umich.edu/Test/Closing.html)

AdamBrill
08-22-2003, 06:19 PM
Change this:

while (j <= cMessage.length){

to this:

while (j < cMessage.length){