var iframe = document.createElement('iframe'); iframe.name = 'iname'; iframe.src = document.location.href; iframe.style.width = "100px"; iframe.style.height = "100px"; document.body.appendChild(iframe);