Sorry, I didn't quite know what forum to post this topic in. But I'll just post it here.
I'm trying to create a image gallery where you have an image and then a collection of images below it. And when you click on the image it loads the image clicked on ontop of the other image.
IE Browser is not supported.
http://rctfan.dkanet.com/enter.php
Click on Screen Shots.
Ok, I don't have a problem getting the images to load but in my browser when I click on an image. The progress bar stays green as it seems to me that's it's still loading or something.
I don't know what the problem is.
Here is an example of the code
javascript:changescreen("01");
Here is the Javascript code:
function changescreen(sfile) {
ssfile = "screens/"+sfile+"l.jpg";
if (document.getElementById) {
document.getElementById('screenshots').s rc = ssfile;
} else if (document.all) {
document.all.screenshots.src = ssfile;
}
}
Thanks,
David


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks