Results 1 to 3 of 3

Thread: Help with 'Dynamic Ajax Content'

  1. #1
    Join Date
    Mar 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with 'Dynamic Ajax Content'

    Hi,
    First of all, congratulations for the excellent job.

    I have noticed that when we insert the file, words with punctuation are missing, for example, “última” becomes: “?tima” inside the dive, and so on.
    Is there an workaround to this?

    Other thing is about “refresh”. How to “clean” the <div>, without reload the page?

    Thank you in advance,

    Ricardo

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.

    Hmmm I'm not too good well encoding in the various browsers, but I suspect you may need to use something like PHP to manually clean the misbehaving characters before it's served up by the Dynamic Ajax Content script.

    Other thing is about “refresh”. How to “clean” the <div>,
    By clean, do you mean set it to blank? You can do something like"

    Code:
    <div id="test">some text</div>
    
    <script type="text/javascript">
    document.getElementById("test").innerHTML=""
    </script>

  3. #3
    Join Date
    Nov 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I was looking for the way to go back to the original DIV once someone clicks one of the "left column" links.

    For example, if I navigate to the Demo for this script, it begins with "choose a page to load". Once I click a link to one of the car pages. There is no link back to the "Choose a page to Load" div without refreshing the page.

    I tried using ..
    Code:
    <a href="javascript:ajaxpage('#', 'rightcolumn');">Back to Section Home</a>
    ...but it loads the entire html page within the DIV.

    Any Help?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •