Use this modified version of the Lightbox 2.05 script:
Attachment 3871
Once you're using that version, you may make a link like so:
Code:
<a href="images/image-1.jpg" rel="lightbox"
title="linked something, new window" rev="http://www.google.com::_blank"><img
src="images/thumb-1.jpg" width="100" height="40" alt="" /></a>
This will also work for a grouped image. The link is dark red and the target is green. Note the separator - ::, it's only required if you want the link to have a target. If you do:
it will open in the same window.
Bookmarks