in reply to Netscape 4.7 and down won't run this script, IE, NS6 - works fine

I haven't perused your code, but make sure you are forming your HTML tables correctly ( there is mention of misplaced table tags in previous responses), netscape will not render a table with a missing end table tag where IE will assume the ending </table>. perhaps NS6 makes such assumptions.

misplaced TR/TH/TD tags are a sure way to thwart page rendering under NS

good luck!

  • Comment on Re: Netscape 4.7 and down won't run this script, IE, NS6 - works fine