don't support JavaScript
JavaScript recognizes the HTML comment opening tag, <!- -, as if it is a //
comment tag, however, JavaScript does not recognize the HTML comment close tag,
- - >. This can actually become useful, allowing you an entire block of code
to be enclosed within an HTML comment. To do this, you would use the <!- -
open tag and the //- -> closing tag. The entire program will be contained in
an HTML comment and will be ignored by browsers that do not support JavaScript.
Requires Free Membership to View
Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
This was first published in November 2000