Posted by jojo on 10/16/06 07:46
mbstevens wrote:
>> 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 ..
>
> <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.
So why do you post it if you tell him not to use it just one line later?
[Back to original message]
|