OK, I'm creating a page that, upon some input and a button click, prints out some Javascript (including script tags) for people with even less JS knowledge than myself to copy and paste...
So basic question..How do I print this out on the webpage using a, for example, document.getElementById("textplace").innerHTML = "txt here", call? Without the script tags and code being processed, I mean.
So basic question..How do I print this out on the webpage using a, for example, document.getElementById("textplace").innerHTML = "txt here", call? Without the script tags and code being processed, I mean.