Hi, got a question, don't know if it's possible to solve though 
I'm using thumbnail images on a webpage and have set it (through DW) so that when the onClick event occurs, a new page opens displaying a larger version of the image. What I have been doing is creating a page for each large image, which seems a bit longwinded to me. What I would like to do is use the onClick event to call a page, but then change the img src dependant upon which thumbnail is clicked. This is the code so far that exists behind the "Bob" thumbnail:
Code:
onClick="MM_openBrWindow('Bob.htm','Bob','width=800,height=533')"
How do I incorporate img src into this so that behind each thumbnail is a differently specified img src i.e Images/Park.jpg, or Images/Pram.jpg and "Bob.htm" is replaced say by "Large.htm", a one size fits all page?
Rambling? Sorry!
Hope someone can help, thanks, Lol
|