Forum Moderators: open

Message Too Old, No Replies

Html tags displayed as text and not ecoded as html

Html tags displayed as text and not ecoded as html

         

lonestar23

8:20 pm on Aug 19, 2007 (gmt 0)

10+ Year Member



I have a javascript which displays database driven results. The problem I am having is that html tags are displayed as part of text instead of being displayed as: links, or any other appropriate html.

The link is below: choose "year" 2007 and "month" June or July

view what I am talking about here:

[naachgaana.com...]

thanks in advance.

phranque

10:11 pm on Aug 19, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



the problem is that your html source is using character entity references (such as &lt; and &gt;) instead of the actual characters (such as < and >)