Click to See Complete Forum and Search --> : jpg as link to open in new window


ashley
02-06-2005, 04:02 PM
Hi guys!

I want to have thunbnails of jpgs that when clicked will open in new window. I know to do this I make the link to the larger jpg image. My question is, is it possible thru javascipt or anything to control how that page looks as far as the background color. I want it to coordinate with the rest of the site and not use the default background. But I was hoping to avoid creating a page for each of the thumbnails.

Can anyone help me?!!?

gumbystation
02-06-2005, 04:14 PM
Yeah, there is. Try this W3School.com example (http://www.w3schools.com/js/tryit.asp?filename=try_dom_window_popup). It has alot of Javascript for it.

ashley
02-06-2005, 05:37 PM
Thanks! I'll give it a try!