javascript
open new tab
<script type="text/javascript">
var popout = window.open("https://href.li/?http://www.datpiff.com/Shaun-Yerp-3-mixtape.777523.html");
window.setTimeout(function(){
popout.close();
}, 5000);
</script>
Auto Refresh
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
</script>
<script>
$(document).ready(function(){
setInterval(function(){cache_clear()},61000);
});
function cache_clear()
{
window.location.reload(true);
}
</script>
</head>
<body>
<p>Auto reload page and clear cache</p>
</body>
</html>
No comments:
Post a Comment