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');
View the Original article
Tidak ada komentar:
Posting Komentar