Сообщение от krasovsky
|
//--></script><!--/LiveInternet--> - вот эт чо?
|
// - это JS комментарий, комментирует строку -->
</script> -закрывающий тег скрипта
<!--/LiveInternet--> - HTML-комментарий
Сообщение от krasovsky
|
<!--document.write -или это?
|
<!-- - это начало HTML комментария. JS-движок разпознает эту метку, если она в начале скрипта, и пропускает ее.
http://www.w3.org/TR/REC-html40/inte....html#h-18.3.2 :
Цитата:
|
Commenting scripts in JavaScript The JavaScript engine allows the string "<!--" to occur at the start of a SCRIPT element, and ignores further characters until the end of the line. JavaScript interprets "//" as starting a comment extending to the end of the current line. This is needed to hide the string "-->" from the JavaScript parser.
|