HTML reload once

At this at the beginning of a HTML site to automatically refresh/reload a site once. <script type="text/javascript"> $(document).ready(function(){ //Check if the current URL contains '#' if(document.URL.indexOf("#")==-1){ // Set the URL…

Continue Reading
Close Menu