473,386 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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 no tools to do so nor the ability to actually give you any viable data. The only error message I get is:

HTML Parsing Error: Unable to modify parent container element before the child element is closed (KB927917) - Line 0, Char 0

...but I don't see where that would apply on this page as I've double checked and can't find anywhere this occurs.

Any advice or (fingers crossed) a solution to this issue would be fantastic. Thank you in advance.

edit: Sorry about the size of this page. I know it's gigantic and I don't necessarily expect anyone else to find the solution. Even just some tips to debugging ie7 effectively would be great.
Mar 17 '10 #1
3 4926
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
Mar 17 '10 #2
The problem is here. Fix this.

/*function yarn(stocknum,vcode,name,description,img,stockstat us,skeinsize,yarnsize,yardage,fibercontent,pr1,pr5 ,pr20) {
this.stocknum = stocknum;
this.vcode = vcode;
this.name = name;
this.description = description;
this.price = new Array(pr1,pr5,pr20);
this.img = img;
this.skeinsize = skeinsize;
this.yarnsize = yarnsize;
this.yardage = yardage;
this.fibercontent = fibercontent;
this.printYarn = printYarn;
this.stockstatus = stockstatus;
}
*/
Mar 18 '10 #3
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*
Mar 18 '10 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Fuzzyman | last post by:
I am trying to parse an HTML page an only modify URLs within tags - e.g. inside IMG, A, SCRIPT, FRAME tags etc... I have built one that works fine using the HTMLParser.HTMLParser and it works...
2
by: Cigdem | last post by:
Hello, I am trying to parse the XML files that the user selects(XML files are on anoher OS400 system called "wkdis3"). But i am permenantly getting that error: Directory0: \\wkdis3\ROOT\home...
12
by: Kevin Lyons | last post by:
Hello, I am trying to get my select options (courses) passed correctly from the following URL: http://www.dslextreme.com/users/kevinlyons/selectBoxes.html I am having difficulty getting the...
16
by: Terry | last post by:
Hi, This is a newbie's question. I want to preload 4 images and only when all 4 images has been loaded into browser's cache, I want to start a slideshow() function. If images are not completed...
3
by: Arsalan Ahmad | last post by:
Hi, I have recently uploaded a file in a webserver. When i try to access it via browser, I get following error: This is working fine in my local copy. Any idea what could be wrong. Server Error...
4
by: Zuel | last post by:
Hi Folks. So I have a small problem. My DoPostBack function is not writen to the HTML page nor are the asp:buttons calling the DoPostBack. My Goal is to create a totaly dynamic web page where...
12
by: Raed Sawalha | last post by:
I have the following table which i can not switcha to design view error message said Could not open in Design view. Quote values differently inside a '<% ...."value"... %>' block. and the...
1
by: sathyp | last post by:
Public Function SetPrinterDefaultsW(ByVal sPrinterName As String, _ ByVal nPaperSize As Long, ByVal nOrientation As Long) As Boolean Dim Prn As Printer Dim hPrinter As Long Dim pd As...
1
by: Don | last post by:
I'm getting the following exception displayed in the task list at design time for my project: "Code generation for property 'Controls' failed. Error was: 'Object reference not set to an...
1
by: camphor | last post by:
hi, I have a single column webpage with a horizontal dropdown menu and am trying to make the nav bar fit across the page, the column is 800px, it looks ok in dreamweaver 8 but when I test it in...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.