Thank you for your help. If possible, I a a bid more. Now that I have gotten the url to open when the image is clicked I need to take it a step further. I have decided to incooperate the greybox effect, ( http://orangoo.com/labs/GreyBox/ ) when the url is lauched. The code that I am using to lauch an url is as follows:
Code:
<div dojoType='FisheyeListItem'
iconsrc='images/picturegallery.png'
onclick='window.open("index.html","center");' >
</div>
The code that make the lighbox effect is as follows:
Code:
<a href="http://amix.dk/" onclick="return GB_showFullScreen('amix.dk', 'http://amix.dk/')">Show amix.dk in full screen</a>
How can I add this code to the fisheye widget.
P.S. - Basically what I am trying to accomplish is create a site that have a index page with the fisheye widget from dojo. Then the images are linked to subpages. But I don't want just regular popup screen, I want the subpages to load in a lightbox/greybox way.
Bookmarks