student101
07-31-2008, 02:52 PM
Step Carousel Viewer and Dynamic Ajax Content
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
http://www.dynamicdrive.com/dynamicindex4/stepcarousel.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;
<a href="index.php?catid=<?php echo $_GET['catid']; ?>&img=<?php echo $row_rsnav1['thumb']; ?>&id=<?php echo $row_rsnav1['sortorder']; ?>"><img src="images/thumbs/<?php echo $row_rsnav1['thumb']; ?>" alt="" width="100" border="0"/></a>
Cheers
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
http://www.dynamicdrive.com/dynamicindex4/stepcarousel.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;
<a href="index.php?catid=<?php echo $_GET['catid']; ?>&img=<?php echo $row_rsnav1['thumb']; ?>&id=<?php echo $row_rsnav1['sortorder']; ?>"><img src="images/thumbs/<?php echo $row_rsnav1['thumb']; ?>" alt="" width="100" border="0"/></a>
Cheers