Forum Moderators: open

Message Too Old, No Replies

new window from thumb - easy question - almost embarrassing

         

BuddahBoy

6:05 pm on Jul 29, 2004 (gmt 0)

10+ Year Member



Had a script that I lost somehow along with the page I used it on and can't find another - so asking for some help please

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

RonPK

2:40 pm on Jul 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello & welcome buddahboy,

<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].

BuddahBoy

3:52 pm on Jul 30, 2004 (gmt 0)

10+ Year Member



thank you very much - got some additional info on that page and bookmarked it for future reference; think I'm going to go ahead and imbed the image in an HTML document with title and metas so it gets spidered as well - now let's just see that I get the tags right on the thumb so the HTML page opens without toolbar, etc - got the info there and will try to keep my eyes UNcrossed LOL!

thanks for takin' the time