in reply to My CGI script keeps crashing IE (but not Firefox)

There are more errors on your page. I suggest you run the page though FireFox and "Validate" the HTML (you do have the excellent Web Developer extension installed?).

You will see that some other anchor tags are unclosed or wrong (such as <a/> instead of </a>.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Replies are listed 'Best First'.
Re^2: My CGI script keeps crashing IE (but not Firefox)
by GaijinPunch (Pilgrim) on Sep 10, 2004 at 10:00 UTC
    Thanks to everyone for their replies. I can't believe it came down to an unclosed href (and that it would crash IE... I just assumed all text after it would show up as part of the link). And yeah, I"m sure there are other problems in the code generated. I just did a massive overhaul about 2 weeks ago, and difinitely didn't get it in a perfect state.
      that's ie for ya.