[jQuery] [Q] How to : Creating IFrame

[jQuery] [Q] How to : Creating IFrame


Hi,
Im using two different sized iframe in one page
How can i create iframes with jquery
Sample iframe code
<iframe src="someUrl" name="someName" width = "570px" height = "500px"
align="left" scrolling="No" frameborder="no" id="SomeID"></iframe>