|
next
|
 Subject: javascript + xsl working with IE but not with Firefox and Netscape Author: rac coon Date: 08 Aug 2007 06:02 PM Originally Posted: 08 Aug 2007 05:45 PM
|
Files:
http://web.umr.edu/~mi9p8/temp/test011__doc2.html This works.
http://web.umr.edu/~mi9p8/temp/test011__doc1+2_all.xml This has problem with Firefox and Netscape.
http://web.umr.edu/~mi9p8/temp/test011__doc1.html
http://web.umr.edu/~mi9p8/temp/test011__combine.xsl
http://web.umr.edu/~mi9p8/temp/test011__fold.js
If you open doc2.html, it works find with IE6 SP2, Firefox 2.0.0.6, and Netscape 7.1. You can click the line, "purple is black", to collapse/expand the following paragraph. This means that the javascript code, fold.js, works with all of the three browsers. Also doc1+2_all.xml works with IE6 SP2. But when you open doc1+2_all.xml with Firefox or Netscape, those browsers stop in "reading" status. doc1+2_all.xml is transformed by combine.xsl, which write <script src="test011__fold.js" ... /> into the output. When I removed <script> tag, all the browsers opened my pages properly. So I think this <script> element is a possible cause of the problem. But I could not find what exactly is wrong. Any suggestion would be appreciated. Thanks.
|
|
|