Actually, I finally found the error by commenting out my code and
un-commenting one block at a time.

Turns out I did something I already knew about.  I forgot that the
"push" method for arrays was not implemented in the version of JS that
Mac IE uses.  That was the error that I was getting.  It would have been
nice if it actually told me that.  All the error was saying was "Error
line 253, unsupported method".  If it had said "Unsupported Method:
push" I would have found the error much faster than 2 hours... Turns out
the line the error was on was 96.  I don't even want to know how it came
up with that.

Someone needs to lock the Mac IE dev team in a room full of rabid, horny
gorillas.  I get so disgusted any time I have to develop something for
the Macintosh browsers.

-- Matthew



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, May 15, 2001 3:25 PM
To: [EMAIL PROTECTED]
Subject: Re: [Dynapi-Help] Mac Problems... :(

That usually means it's not directly on that page, but on a file
imported BY 
the page.. that seems to be the general case with most non-exsistent
lines.. 
try looking for line 253(?) on a file you imported, this should help you

locate the problem.

Cheers,
Vincent Calendo

_______________________________________________
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