david

Forum Replies Created

Viewing 2 posts - 31 through 32 (of 32 total)
  • Author
    Posts
  • in reply to: clicking a date causes endless spiral loading #1024230
    david
    Participant

    I have seen this code:

    <script type="text/javascript">
    $(document).ready(function(){    
        //Check if the current URL contains '#'
        if(document.URL.indexOf("#")==-1){
            // Set the URL to whatever it was plus "#".
            url = document.URL+"#";
            location = "#";
    
            //Reload the page
            location.reload(true);
        }
    });
    </script>

    but I am getting confused as to how to put my web address (above) in if you can help that would be great

    in reply to: clicking a date causes endless spiral loading #1024121
    david
    Participant

    IE firefox blackberry iphone are the only ones I can test every time and I mean every single time I load it up on both my blackberry and firefox (I have the page bookmarked) it is endless spirals until I refresh the page.

Viewing 2 posts - 31 through 32 (of 32 total)