Skip to content

Instantly share code, notes, and snippets.

@alxfv
Created March 26, 2013 13:26
Show Gist options
  • Save alxfv/5245338 to your computer and use it in GitHub Desktop.
Save alxfv/5245338 to your computer and use it in GitHub Desktop.
<iframe id="myIframe" src="" width="400" height="100" frameborder="0"></iframe>
<script type="text/javascript">
var url = 'http://lenta.ru';
document.getElementById('myIframe').src = url + '?p=' + Math.floor(Math.random() * 1000);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment