|
You could also try this if you donīt want to implement the function:
<a href="#" onClick="javascript:window.open('/images/pic.jpg','picture','width=525,height=700,left=10,t op=10'">
<img src="/images/zoom/pic.jpg" width=150><br>Zoom</a>
the href="#" prevents having to reload the current page.
the 'width' and 'height' gives the size of the window, the 'left' and 'top' give the window position after these you can add scrollbars, resize, toolbars etc. if you want them displayed but this is normally not used.
__________________
I think, therefore I am..... I think.
|