var ifrm = document.createElement("iframe");
ifrm.className = "ehjfbjh";
ifrm.id = "IFRAME_ID";
ifrm.name = "IFRAME_NAME";
//ifrm.setAttribute( "name", "IFRAME_NAME");
ifrm.width = 300;
ifrm.height = 100;
ifrm.src = "http://google.ru/";
//ifrm.src = "about:blank";
ifrm.frameBorder = 0;
document.body.appendChild(ifrm);