The HCD
The HCD

Reputation: 510

html and js help needed.. strange behaviour

I have a web page http://www.maryveale.com/sculpture/index.html that loads a js at /media/js/bill-studio.js that causes the following problem.

When the web page is loaded there are some images shown. Clicking on the first image should open the page /sculpture/1986/index.html

and it does if you right click open in new window, however, by clicking on it it doesn't. There is something in the js that stops the click working.

Can anyone help me remove it!

Thanks a gabillion! Bill

Upvotes: -1

Views: 72

Answers (2)

Skilldrick
Skilldrick

Reputation: 70819

I think it's probably this line:

studio.show_image(a)}return false});

or if not, it's one of those return false lines you've got in your script. Have a little play with removing the return statements and see what happens, and you might get a better idea of how your script is working.

Upvotes: 0

Ian Devlin
Ian Devlin

Reputation: 18870

Try leaving out the slash preceding each directory name in the .

Just a thought on first glance, unless you've tried that already.

Upvotes: -1

Related Questions