Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- </head>
- <script type="text/javascript">
- var timer = null;
- function auto_reload()
- {
- // alert("Refreshing");
- var iframe = document.getElementById('riesgo');
- iframe.src = "http://www.laprimaderiesgo.com";
- }
- </script>
- <style>
- iframe {
- height: 100%; width: 100%;
- }
- </style>
- <body onload="timer = setInterval('auto_reload()',10000);">
- <iframe id="riesgo"></iframe>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment