Hello, I have a list of links eg :
<ul>
<li><a href="http://google.com">Link1</a></li>
<li><a href="http://example.com">Link2</a></li>
<li><a href="http://example.com/sdf">Link3</a></li>
</ul>
When a link is clicked, a iFrame should be generated in the middle of the screen loading the page like a lightbox.
How to do this with jQuery ?