Results 1 to 2 of 2

Thread: content to load without refresh using PHP and these...

  1. #1
    Join Date
    Feb 2008
    Posts
    137
    Thanks
    18
    Thanked 2 Times in 2 Posts

    Question content to load without refresh using PHP and these...

    Step Carousel Viewer and Dynamic Ajax Content

    http://www.dynamicdrive.com/dynamici...jaxcontent.htm

    http://www.dynamicdrive.com/dynamici...epcarousel.htm

    Describe problem:
    Not sure if I need both but have tried whole day to get this to work.

    I would like to load the content without a page refresh.

    The page I have up is a test page that has content on it.
    http://www.kleyn.co.za/cart/?catid=1

    When I click the left nav the top nav should load without a page refresh
    When I click the top nav the main image should also load without a page refresh

    Is this possible?

    This all works from a mysql database and the links work like this;
    PHP Code:
    <a href="index.php?catid=<?php echo $_GET['catid']; ?>&amp;img=<?php echo $row_rsnav1['thumb']; ?>&amp;id=<?php echo $row_rsnav1['sortorder']; ?>"><img src="images/thumbs/<?php echo $row_rsnav1['thumb']; ?>" alt="" width="100" border="0"/></a>
    Cheers
    Last edited by student101; 07-31-2008 at 06:47 PM.

  2. #2
    Join Date
    Feb 2008
    Posts
    137
    Thanks
    18
    Thanked 2 Times in 2 Posts

    Default

    I may have found a method - may be back.

    Cheers

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
  •