Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1515 Is there a way to access a document's html comments that is <!-- example -->?

You are here: irt.org | FAQ | DHTML | Q1515 [ previous next ]

Currently only in Internet Explorer:

<div onClick="alert(this.innerHTML)">Hello <br><!-- comment --> And goodbye</div>

©2018 Martin Webb