Forum Moderators: open
When clicking on a thumb want to open in new browser but need to config the script for browser attribute and size, that way I'll just set the size when linking - - this is manual coding anyway so it's cool [unless there's an automated script already 8>) ]
Anyway, thanks for any help, appreciate it - sorry it's not challenging but I can't find it again
<a href="big.jpg" onclick="window.open('big.jpg','','width=200,height=300'); return false"><img src="thumb.jpg"></a>
Many more window attributes can be set, as listed here [devedge.netscape.com].
thanks for takin' the time