moycs777 / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

clicking on thumb image will not execute javascript code placed in href #234

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. enter a javascript function in the thumb a href
2. click on the image (so hopefully javascript code will execute)

What is the expected output? What do you see instead?
javascript function should execute but instead you get a path like this:
http://domain/file.php#3 (if it was the third image in the gallery)

What version of the product are you using? On what operating system?
gallerific

Please provide any additional information below.
I've also tried 'onClick' but that doesn't execute the javascript code either. 
Please help me to find a workaround to execute javascript code onclick.

Original issue reported on code.google.com by lau...@thorbjornsen.info on 18 Aug 2011 at 6:13

GoogleCodeExporter commented 8 years ago
Ignore this post. Using onClick within the href tag did work afterall.

Original comment by lau...@thorbjornsen.info on 18 Aug 2011 at 6:16