I have many pages each displaying many thumbnails that open in a new window of correct size.
On each image I use this
<a href='#' onClick="window.open('bigimage.jpg','Bigger','width=500,height=400,scrollbars=yes, resizable=no')"><img></a>
Is there a better method than this, I suppose it is using DOM but I`m not sure.
Thanks
On each image I use this
<a href='#' onClick="window.open('bigimage.jpg','Bigger','width=500,height=400,scrollbars=yes, resizable=no')"><img></a>
Is there a better method than this, I suppose it is using DOM but I`m not sure.
Thanks