[Javascript] What is this

Kim Hoogenberg kim.hoogenberg at virgil.nl
Thu Sep 23 08:44:11 CDT 2004


Grinwald, Uri wrote:

>Hi all.
>
>Can someone please indicate what this signifies.
>I never seen this before and came across it in some javascriprt code
>/>
>
>Thanks,
>Uri
>_______________________________________________
>Javascript mailing list
>Javascript at LaTech.edu
>https://lists.LaTech.edu/mailman/listinfo/javascript
>  
>
> is interpreted by a browser as being '>' (greater then)
&lt; -> '<' or less then
&amp; -> '&' or ampersand
and so on..

If occuring in a html file, this will be rendered as a symbol (text) on 
a page rather than as being part of the html code.

Greetz,

Kim



More information about the Javascript mailing list