Mar 17
Dynamic HTML error
portal.nnkl.comloadText = new LoadVars();
loadText.load("content.html");
loadText.onLoad = function() {
homeLeft.text = this.button1;
sb._visible = homeLeft.maxscroll > 1;
trace(homeLeft.maxscroll)
};
I have over verified the 'render as html' is seleced. Below is the external html:
button1=NEWS %26 EVENTS
On publish, the text box shows NEWS EVENTS
Not in bold and showing the tags! And yes the render as html is selected.
Im pulling out my hair...
Thanks in advance!
homeLeft.htmlText = this.button1;
#If you have any other info about this subject , Please add it free.# |