Return to Website

kitykity's Javascript Photo Album Discussion Board

This forum is for users to ask questions or each other, swap ideas, and for kitykity to post information on the javascript photo album!

kitykity's Javascript Photo Album Discussion Board
Start a New Topic 
Author
Comment
caption text wont change when photo changes

www.andalunamalki.com

could someone tell me what we did wrong?

THanks
Joseph

Re: caption text wont change when photo changes

I have a student in class that is using this photo album and encountered the same problem. I also noticed that the problem exists on the photo album at this site. http://www.kitykity.com/photoalbum/

Re: Re: caption text wont change when photo changes

It looks like there is a slight error in the code.
I am using Firefox and it wouldn't work.
Checked out some of the older sites and noticed what was different with the code.

Try this:

The code used to read something like this in the

function ShowSuzyPic(newpic) { // Shows the photo and text on the page.

Where it is written:

document.getElementById("Journal").outerHTML = '


'

CHANGE THE .outerHTML to innerHTML

And all will work.

Hope it works for you too.

bryce.

--- --- --- --- --- --- --- --- ---

Replying to:

I have a student in class that is using this photo album and encountered the same problem. I also noticed that the problem exists on the photo album at this site. http://www.kitykity.com/photoalbum/

Re: Re: Re: caption text wont change when photo changes

I was having the same problem and this fixed it. Thanks so much! I am using Firefox and it works just fine btw.

Re: Re: Re: caption text wont change when photo changes

THANK YOU! THANK YOU! THANK YOU!