Results 1 to 2 of 2

Thread: localhost for Ajax Tabs content demo

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

    Question localhost for Ajax Tabs content demo

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

    my local host is

    http://localhost:81/....

    so in the demo.htm as the above link

    <li class="selected"><a href="#default" rel="ajaxcontentarea">Intro</a></li>
    <li><a href="http://localhost:81/ajax/external.htm" rel="ajaxcontentarea">Bird</a></li>
    <li><a href="http://localhost:81/ajax/external2.htm" rel="ajaxcontentarea">Dog</a></li>

    even I change it to above , it won't work ????

    got any clues -- maybe you can install it, and zip it and put it in the attachment -- for me to try , thanks

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

    Default

    Why not just use Firefox when you're testing this script offline? Firefox allows Ajax to run both online and offline, while in IE, you have to upload the script to your web server first in order for the Ajax fetching portion to work.

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
  •