var iframe = document.createElement('iframe'); iframe.src = 'http://www.google.ru/index.html'; iframe.style.width = 468; iframe.style.width = 300; document.getElementsByTagName('body')[0].appendChild( iframe );