Actually just looking at this file, line 395 of codestriker.js reads:

            var response = top.cs_request.responseXML.documentElement;

Strictly speaking, it should be:

            var response = cs_request.responseXML.documentElement;

(ie, remove the "top.")  Can you make that change, restart your apache, 
shift-reload one of your topics and try again?

On Thu, 27 Oct 2005 03:45, Ananda Tracy wrote:
> I get the following java script error in both web browsers we develop
> and test for in our office.  Does anyone know what the issue is or how
> to fix it?

-- 
Cheers,
David



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to