Results 1 to 3 of 3

Thread: Loading 2 htm files into 2 divs

  1. #1
    Join Date
    Aug 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Loading 2 htm files into 2 divs

    Hey

    Need a little help can you load 2 files into 2 divs?

    V new to AJAX, tried this
    Code:
    <a href="javascript:ajaxpage('onenote/index.html', 'rightcolumn'),('photostory/index.html', 'menucolumn');">
    But no avail...

    Any help much appreciated!

  2. #2
    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

    Code:
    <a href="javascript:ajaxpage('onenote/index.html', 'rightcolumn');ajaxpage('photostory/index.html', 'menucolumn');">
    - John
    ________________________

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

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

    Default

    Excellant!

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
  •