Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Tab Content Script + Ajax Tabs

  1. #11
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That should work:

    Code:
    onsubmit="linkjax('external14.htm', 'ajaxcontentarea', 2);return false;"
    The form will not be able to have its values transferred to the Ajax content that it is loading though as, no page refresh can take place without wiping out the Ajax loaded content. With some extra javascript code, it might be able to happen without a refresh. This is not a problem though, unless that is what you are trying to do.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  2. #12
    Join Date
    Jan 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    well thats what i was going for but it looks too messy and i have an easy work around for it, thanks alot!

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
  •