hi John,
sorry for the confusion. here's what i am having problems with. ajax menu bar + lightbox. on the site, www.66mott.com - when you click on gallery and click any of the image links,...
Type: Posts; User: willymonster; Keyword(s):
hi John,
sorry for the confusion. here's what i am having problems with. ajax menu bar + lightbox. on the site, www.66mott.com - when you click on gallery and click any of the image links,...
hi John,
after reading the development thread, i still can't figure out how to resolve the problem. when i click on an link to an image, it still shows up on a new page. i cant get lightbox to...
here is the ajax code i have currently.
<script type="text/javascript">
function pollContent(id){
if(document.getElementById(id)){
initLightbox();
document.getElementById(id).id="";
}
else...
hi John,
it works now because i bypassed it by pointing gallery to the index.php page. i noticed that the only page capable of playing the lightbox is the index.php page so i had to do that in...
hi,
i think i'm having the same problem as waynep. when i followed the instructions you have him, it opens a new page instead of running through the ajax script. can you look at it and tell me...