Results 1 to 7 of 7

Thread: Ajax Tabs Content - links

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

    Question Ajax Tabs Content - links

    1) Script Title: Ajax Tobs Content

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent/index.htm

    3) Describe problem:
    How do I make it so that links within the tabbed content open in the tabbed content and not on their own?

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

    Default

    About the only way is to use an iframe for the actual Ajax content, and within that iframe, reference another page containing your links. So for example, your ajax content external page may look something like:

    Code:
    <iframe src="anotherpage"></iframe>
    This way, when the iframe is loaded as the tab content, any link within the iframe is loaded inside the iframe.

  3. #3
    Join Date
    Oct 2006
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    But then the cool thing of the content automatically taking on the css of the page is lost?

  4. #4
    Join Date
    Oct 2006
    Posts
    13
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    using ajax tab contents, how can I change links in the other tabs when I load a page in the first tab?
    Say I have generated a link and has shown the content in the first tab. Then I would like to have different links on the other tabs which will be related to the first link.

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

    Default

    Eth:
    Dynamic generation/ population of the tabs is currently not possible. Perhaps in the next update I'll add such a feature.

    p.s: Please start a new thread when asking a question, not reply to an existing one. Thanks,

  6. #6
    Join Date
    Oct 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ajax tabs ignoring charsets

    I use axax tabs loading external htmlpages on the fly. And generally the script works fine -> as long as i do not use special characters like ü ä ß and so on - characters of german language.

    the main page, that uses axax tab-scripts has charset=iso-8859-1. when requesting an external page containing one of the above special chars, they are then displayed faulty. e.g. in firefox it is a questionmark.

    seems, as if the characters are getting lost through the xmlbased request, ajax uses.

    is there a way to tell ajax, that these special chars should be managed in a certain way? and if so - in which part of the script shall i include it?

    can anyone help?

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

    Default

    Hello,

    I've got the same problem as heebie. Isn't there any possibility to open Links inside the container in the same container again?

    Thanks a lot for support.

    Steff

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
  •