Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript AJAXing A Page Within A Page

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #153893
    Ben Wolfram
    Participant

    http://benwolfram.com

    I have set it up to AJAX in content to a single page whenever a link on the navigation is clicked. Also have it set up on load to check the url for an extension.

    ex. http://benwolfram.com/about

    if it has a valid extension, it will load that content from the beginning, if not… it will redirect to a 404 error page.

    However, I plan to run a blog on my personal site (roughly implemented at the moment). I cannot seem to figure out how to check and load for pages within pages — I don’t know how to properly word that, I know.

    ex. http://benwolfram.com/blog/post1

    The method I used probably isn’t as efficient as it could be, I am by no means any master javascripter. But it did work nicely for what I wanted it to do until this error arose. Any tips/help on how I can make my blog work?

    Thanks.

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.