Results 1 to 6 of 6

Thread: Ajax Tabs Content Script (v 2.2) - default tabs

  1. #1
    Join Date
    Aug 2005
    Posts
    174
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Ajax Tabs Content Script (v 2.2) - default tabs

    Ajax Tabs Content Script (v 2.2)

    http://www.dynamicdrive.com/dynamici...axtabscontent/

    Hello,

    Reloading the page when a tab is already selected, does not load back to the default tab! This also happens if u navigate away from the page, then back on it! is there any way i can stop this?!

    thanks!

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Set the persistence property to false like the following manner:

    Code:
    countries.setpersist(false)
    The above code I've copied from the script page. The name 'countries' may change in your case. Use the object name you use rest of the part is fine.

    Hope this helps.

  3. #3
    Join Date
    Aug 2005
    Posts
    174
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    hey, thanks for that.. works great...

    do you know if its possible to do something similar to http://www.eazyfone.com/handset-180-...o.aspx?gift=10

    when you select from the drop down menu, the ajax page is updated..

    if more than one drop down is selected it should just add &?this=that to the end of the url being imported.. does that make sence!?!?

    thanks!

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Yes these kind of things can be done using AJAX without much trouble.

  5. #5
    Join Date
    Aug 2005
    Posts
    174
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    thanks - how can this be done with the Ajax Tabs Content Script?!

    thanks

  6. #6
    Join Date
    Aug 2005
    Posts
    174
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    can anyone help please!!

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
  •