I have a tool that generates some html + javascript code, it shows the code in a single div, and then shows a preview of the code, as shown in the iframe.
Here is a quick fiddle that shows this ... http://jsfiddle.net/Zv4zU/
But javascript inside the iframe never starts, although if you check the iframe, javascript is definitely there. How can I run javascript on my own?
Timm source
share