HTML dökümü:
<html>
<body>
<iframe id="yayin" src=""></iframe>
<script src="iframe.js"></script>
</body>
</html>
iframe.js dosyasındaki olması gereken kodlar:
var iframe = document.querySelector('#yayin'); iframe.setAttribute('src', 'http://adresim.com/');