Spyder1000
Technical User
Basically I want to click on a thumbnail and launch a picture in a new window with no boarders or controls only the 'close window' X.
From other websites i've noticed it seems to be something along the lines of:
But I just can't make it work.
From other websites i've noticed it seems to be something along the lines of:
Code:
<a HREF="javascript:Zoom('[URL unfurl="true"]http://localhost/big.jpg',640,480)">[/URL]
<img src="[URL unfurl="true"]http://localhost/small.jpg"[/URL] border="1" width="111" height="77"></a>
But I just can't make it work.