![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOM3Document.domConfig]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: file:///D:/sites/_test/js/iterate_document.htm :: <TOP_LEVEL> :: line 15" data: no] Line 15 being: s += j + ". " + i + ": " + document[i] + "<br />\n"; All the code: s = ''; j = 1; for (i in document) { s += j + ". " + i + ": " + document[i] + "<br />\n"; j++; } In Mozilla Firefox it prints a nice 136 item long list, but also throws that error up. Can anyone explain to me what it means and why it popped up? Many thanks in advance. -Lost |
![]() |
| Thread Tools | |
| Display Modes | |
| |