Thanks for replying, harrierdh.
Forgive my ignorance but what am I doing there that is not allowed?
edit: Did some searching and I'm thinking you are referring to 'name'. It's a reserved word, right? I changed it to
this.title = title;
but still ended up getting the error *sigh*
User Profile
Collapse
-
-
I'm setting up a temporary non-js version of that page and saving a test version of the one that breaks ie7 here:
http://www.dharmatrading.com/html/eng/9013889-AA.shtml...Leave a comment:
-
HTML Parsing Error: Unable to modify parent container
am at my wits end here (no stranger to JavaScripts but no guru by any stretch of the imagination). I've been struggling with this page for some time now and can't figure out why it just flat out does not work in ie7. It works in ie8, firefox, safari, opera, chrome, and my android phone's default browser.
http://www.dharmatrading.com/html/eng/2298399-AA.shtml
I don't even know how to debug it in ie7 since it seems to have... -
So this must be a solved problem. What is the best way for IE to getAttributesBy TagName() in an xml file that has declared <!ENTITY> tags in it's DOCTYPE?
Firefox and every other browser seems to be able to handle it but it apparently freaks IE out.Leave a comment:
-
UPDATE: You both were right. I checked manatee.length and it was '1' on Firefox and '0' on IE. Problem was in getElementsByTa gName().
Then I took a look at the xml file (which is generated by another person's perl scripts) and found it began with:
...Code:<?xml version="1.0" standalone="yes"?> <!DOCTYPE productdata [ <!ENTITY bull "¥"> <!ENTITY quot """>
Leave a comment:
-
Using getAttribute() in Firefox vs. IE
Hi,
So I'm somewhat baffled by this. I've looked online and found several solutions but none seem to be working for me.
I have an xml file like this:
<manatee num="6723-MT">
<stuff></stuff>
</manatee>
and javascript trying to get the 'num' like this:
var xmlData = xmlhttp.respons eXML;
var manateeobj = xmlData.getElem entsByTagName(" manatee");...
No activity results to display
Show More
Leave a comment: