I need help with executing a function that I retrieve from an xmlhttp response. The content of the response is a block of JavaScript code similar to:
setChatter('".$name."');showHideLayer('chatFenster');return(false);
How can I properly execute this JavaScript code obtained from the xmlhttp response?
Thank you in advance for your assistance!