<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Grinwald, Uri wrote:<br>
<blockquote
 cite="midBBF1D5B6D129384F861AF76885ADB36708811661@EMAIL.dundee.bancorp"
 type="cite">
  <pre wrap="">That's weird.
I tried using the /&amp;gt; to close a tag as it were in an example I am
looking at and for some reason dreamweaver highlights my code in yellow
as an error?

When I replace the symbol with the actual &gt; it renders correctly.

Any ideas why?

Thanks

-----Original Message-----
From: Hakan M (Backbase) [<a class="moz-txt-link-freetext" href="mailto:hakan@backbase.com">mailto:hakan@backbase.com</a>] 
Sent: Thursday, September 23, 2004 9:41 AM
To: [JavaScript List]
Subject: Re: [Javascript] What is this


&amp;gt; = &gt;

/&amp;gt; = /&gt;

Probably closing a tag prior to document.writing it?

Grinwald, Uri wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all.

Can someone please indicate what this signifies.
I never seen this before and came across it in some javascriprt code 
/&amp;gt;

Thanks,
Uri
_______________________________________________
Javascript mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a> 
<a class="moz-txt-link-freetext" href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
Javascript mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a>
<a class="moz-txt-link-freetext" href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</a>
_______________________________________________
Javascript mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a>
<a class="moz-txt-link-freetext" href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</a>
  </pre>
</blockquote>
See my previous posting.. There is absolutely no way that an Internet
browser interprets &amp;gt; as being part of the HTML syntax..
Replacing has no use.. &amp;gt; like structures only are used to
display special html characters as text in your rendered frame...<br>
<br>
Kim<br>
</body>
</html>