hi,
i'm trying to open a lightbox within a table cell with onClick, here is the code that works in firefox.. but it's not working in chrome.. is there a way?
or a better way to do this altogether?
i'm trying to open a lightbox within a table cell with onClick, here is the code that works in firefox.. but it's not working in chrome.. is there a way?
or a better way to do this altogether?
Code:
<td onClick="document.getElementById('zorba').click()">Knye</td>
<a style="display: none;" href="knye.htm" title="Knye" id="zorba" rel="lightbox">Knye</a>
Comment