|
Posted by mbstevens on 10/16/06 03:34
Possum wrote:
> Hi
>
> I have an arts site and have thumbnails that Need to show larger picture in
> a popup window when clicked. Or opens another window that is not full screen
> but is the roughly the same size as the picture being displayed..
>
> how can I do this ..
>
>
> Cheers Peter
>
>
>
<a href="images/11.jpg"
onclick="window.open('images/11.jpg','flower_window','width=500,
height=406'); return false;">
<img src="images/1.jpg" width="50"
height="41" alt="flower" />
<p>(Image will open in a new window.)</p></a>
....but never, ever do it, or anything even
vaguely like it.
--
mbstevens
http://www.mbstevens.com/howtothumb
Navigation:
[Reply to this message]
|