For one, your calling the function window.onload is premature and the content division has not yet been written to the page... Sans the error... Try body.onload instead...
well i'm just doing the onload attribute for now. what i'm trying to do with my script is to insert links after blockquotes and quotes that have their href's generated by the blockquote or quote's cite attributes. i'm getting no errors with the following, but no links are inserted:
Although you are now calling the accite function body.onload.... You are still using window.onload to call the init function which in turn calls the accite and thus is still throwing the aforementioned error...
This could be causing a conflict but is hard for me to tell since your entire page does not work for me using IE6... There is much text overlayed upon other text, I can not scroll, view source does not open notepad although the context menu is there and the page seems to take a lot of cpu to display....
Anyways, it is hard for me to see what is going on or what it is supposed to look like...
Although you are now calling the accite function body.onload.... You are still using window.onload to call the init function which in turn calls the accite and thus is still throwing the aforementioned error...
No, I'm not.
Quote:
Originally Posted by Willy Duitt
This could be causing a conflict
What conflict? I am not getting any errors anymore, but the desired effect is not happening. I think it's because I am trying to use appendChild on a new element that has not been added to the tree yet itself. Yes?
Quote:
Originally Posted by Willy Duitt
but is hard for me to tell since your entire page does not work for me using IE6... There is much text overlayed upon other text, I can not scroll, view source does not open notepad although the context menu is there and the page seems to take a lot of cpu to display....
Anyways, it is hard for me to see what is going on or what it is supposed to look like...
...
Quote:
Originally Posted by sethrasmussen.com/in/colophon.php
That said, users of Internet Explorer can expect persistent bugginess, as this site makes use of modern techniques, the bulk of which IE only partially supports. Despite its massive market share, I've decided not to go out of my way to accomodate this archaic browser since the rest of the competition has continued to innovate and move forward. This site is about progress, not market share.
If you are no longer calling the init function window.onload you changed it since I last looked at it shortly after you posted "that code is being run on the same link from above".... the window.onload = init() is in your external javascript file...
And FWIW: What you call modern browsers I call equally buggy if not moreso than IE... Heck, if Firefox is so wonderful why did this latest release break nearly every plugin that was made in the past? Now, all those plugins need to be patched... How long can we expect that to continue?
Besides, IE is one of the most forgiving browsers there is... If your code completely breaks using IE, there is something wrong and the quick look I took at your code shows no indication of cutting-edge code writing....
That being said, I was only trying to help you by pointing out some obvious mistakes... If you have removed the window.onload from the external file, great for you but roll your eyes at someone else....