I have a HTML string
Hello world
and I wan
var htmlString="Hello world"; var myIFrame = document.getElementById('iframe1'); myIFrame.src="javascript:'"+htmlString+"'";
With html5 you'll be able to use the srcdoc attribute.