Just for my own curiosity, what ever happend to the Java Applet that was
referenced in the FAQ along with the HTTPRequestObje ct?
And in http://jibbering.com/faq/#FAQ4_43, any chance of adding a snippet
about this bookmarklet:
javascript:'<co de><ol><li>'+(d ocument.documen tElement||docum ent.body).outer HTML.replace(/&/g,"&").repl ace(/</g,"<").repla ce(/%20%20/g," %20"). replace(/\n/g,"<li>")+'<\/ol><\/code>';
I don't recall who wrote it, but it gives you the source of the
document, with line numbers, to make debugging in IE a lot simpler.
<FAQENTRY>
--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq
referenced in the FAQ along with the HTTPRequestObje ct?
And in http://jibbering.com/faq/#FAQ4_43, any chance of adding a snippet
about this bookmarklet:
javascript:'<co de><ol><li>'+(d ocument.documen tElement||docum ent.body).outer HTML.replace(/&/g,"&").repl ace(/</g,"<").repla ce(/%20%20/g," %20"). replace(/\n/g,"<li>")+'<\/ol><\/code>';
I don't recall who wrote it, but it gives you the source of the
document, with line numbers, to make debugging in IE a lot simpler.
<FAQENTRY>
--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq
Comment