ShareThis

Sunday, June 24, 2012

[HTML] Creating an iframe from a div

Iframes are a nuisance. They have problems with nested scripts and they have a large overhead which kills scalability. 



<div style="border:solid 1px #000000; width:500px; height:50px; overflow:auto;">
<p>Paragraph 1</p>
<p>paragraph 2</p>
</div>

0 comments:

Post a Comment