Jump to content

Help with interpreting these html lines


Chrisj

Recommended Posts

Well the <!-- is the start of an HTML comment and the --> is the end of an html comment.

 

so I would guess that it is just a comment; however, HTML comments have been used to hide javaScripts from old web browsers.

something like this.

 

<script language="JavaScript">
<!--
Here you put your JS code.
Old browsers will treat it
as an HTML comment.
//-->
</script>

so the real question is this.  do you see a script tag before the comment?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.