var iframe = document.createElement('iframe'); iframe.frameBorder=0; iframe.style.borderStyle="none"; iframe.style.width="150px"; iframe.style.height="84px"; iframe.scrolling="no"; document.body.appendChild(iframe); iframe.contentWindow.document.write(""); iframe.contentWindow.document.write("\"View");