Script Error when creating photo gallery via web component

  • Thread starter Thread starter Morganne
  • Start date Start date
M

Morganne

I am getting a message saying script error on the preview page although my
photo gallery shows up just fine in design mode.
When I uploaded the new photo gallery to the host, the first photo shows up
but the thumbnail photos at the top are blank (not broken).
 
Preview is not a good method for testing Javascript, since the page is
served from the FrontPage temporary files folder, not from the website -
hence links in JavaScript will be incorrect. Use Preview in Browser.
And if you are using the slide show gallery be aware it will fail in
FireFox and Netscape browsers.

Did you import all the images into the website before adding them to the
photo gallery? Not importing could cause the problem. Are all the
images uploaded? If on a Unix server, are the links in the gallery the
same case as the filenames - Unix is case sensitive whereas Windows is
not.

To get a photo gallery that works in all browsers, without too much
hassle, I suggest using an alternative to the FrontPage gallery
component. jAlbum is popular (http://jalbum.net) but there are others.
 
Back
Top