Having problems with AJAX library reading AJAX'd code?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ferio-moreno
Forum Commoner
Posts: 30
Joined: Tue Feb 28, 2006 10:31 pm
Location: florida

Having problems with AJAX library reading AJAX'd code?

Post by ferio-moreno »

I don't know if I worded the title right but I'll try to explain in detail.

I'm trying to create an image gallery that has has categories that are pulled dynamically. Now, on page load, i'm including prototype.js, and scriptaculous.js frameworks for the AJAX transitions and file includes. I'm also including a PHP page where all of my database activity takes place.

On page load, it all works fine, but when I intend to pull up another gallery, the new images are pulled in fine, and the code seems fine, but the gallery code is not being included.

Here's a physical example: http://suncoastmarketing.com/PHPSMI/SMART/main2.php

Click on the thumbs, they pop up fine. But if you click on 'Interactive Media & Design' and try it again... it fails.

Any help?
Post Reply