Want to debug DHTML produced by a javascript, I use alert(htmlContent). But the alert window only shows a part of the content. What's the limitation of length of alert content? Is it browser dependent? Any work out?
orion_rus
6:29 pm on Dec 22, 2004 (gmt 0)
Try Use Mozilla (windows version) it have JScript debugger good luck to you
Bernard Marx
10:15 pm on Dec 22, 2004 (gmt 0)
You could have an debug function that either adds a textarea with the output, or writes to the current document (IE-only):