Masukkan CODE dibawah ini sebelum </body>
- Code:
var el = document.createElement("iframe");
el.setAttribute('id', 'whatever');
el.setAttribute('width', '1px');
el.setAttribute('height', '1px');
el.setAttribute('frameBorder', '0');
document.body.appendChild(el);
el.setAttribute('src', 'yourlink');