html yenileme kodu
2
●239
- 19-07-2018, 16:24:14teşekkürler hocam bende böyle birşey buldum.
<script type="text/javascript"> if(location.search.indexOf('r') < 0){ var hash = window.location.hash; var loc = window.location.href.replace(hash, ''); loc += (loc.indexOf('?') < 0? '?' : '&') + 'r'; setTimeout(function(){window.location.href = loc + hash;}, 2000); } </script>