views:

361

answers:

2

From this aspcode.net page at the bottom (under attachments) you can download the project.
For some reason when I run it the Close Button and the Next and Previous Buttons don't work. Well I mean it does work but it does not show the actual images. Can anyone figure it out? It should be easy but I just cant get it to work.

A: 

Have you saved the images to the correct path?

Try using absolute links to the images eg http://localhost/myimage.jpg so that you can test that images are really where you say they are.

DrG
From what i have seen yes.
Etienne
Its not that............i am missing something else
Etienne
+1  A: 

The paths to the URLs in the code start with a / - this means jQuery needs to be in the root of your site. If this application is running as a virtual directory, remove the leading slash from anywhere that it references the images.

ck
Cool thanks, but did u get the NEXT and PREV buttons to show?
Etienne
No sorry, I haven't compiled the code, just read the source
ck
My Close button is showing now though..........
Etienne