"Gallery Viewer" script

admin

Administrator
Staff member
Hi,

My name is Albert. I'm very junior when it comes to web design. I've been trying to create a web page for my Dad's granite store business. I've been searching for a similar script to "Gallery Viewer", written by Jenny Blewitt, for a long time. This is very close to what I need. If I tell you what I'm trying to accomplish, could you help me out please?

Basically, I would need to modify your script so that it would link to JPGs in a sub-folder of here the main index page would be. Your script gets JPGs in the same folder the main page is.

Example:

THE SCRIPT:

FOLDER_A/GalleryViewer.html
FOLDER _A/p1.jpg
FOLDER _A/p2.jpg
FOLDER _A/p3.jpg
FOLDER _A/p4.jpg


MINE:

FOLDER_A/GalleryViewer.html
FOLDER _A/images/p1.jpg
FOLDER _A/images/p2.jpg
FOLDER _A/images/p3.jpg
FOLDER _A/images/p4.jpg


I've tried changing:

<td><a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:doPic('p5.jpg');"><img src="p5.jpg" width=90 height=60 border=0></a></td>

to:

<td><a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:doPic('images\p5.jpg');"><img src=http://www.webdeveloper.com/forum/archive/index.php/"p5.jpg" width=90 height=60 border=0></a></td>

but it does not work.

Can you please help.

Thank you very much in advance.

/Albert.
 
Top