Getting CONTENT text inside function?
Hi alex... i hav a question, look my code:
Its possible to get the content text? In comment line //here, what i need to do?
tkz.
var div = new AW.HTML.DIV;
div.setContent("my_weird_content_text_r0x",
function() {
// here, i want get the content, like (alert(this.getCurrentContent())
}
);
document.write(div);
Its possible to get the content text? In comment line //here, what i need to do?
tkz.
Paulo Cesar Silva Reis (PC from Brazil).
May 15,