Hi,
My question is probably too simple, but I have a link on a web page, when the link is clicked it passes html text to another location on the screen and displays it there, via javascript onclick event.
The problem I have is that the HTML text is not being rendered e.g. <b>my text</b> is being displayed exactly as I've just written it. Shouldn't the browser render this as bold text.
I'm Using IE6.0 (App will only ever be used in this environment)
Thanks in advance



