Click to See Complete Forum and Search --> : pop-up help


grindthieves
12-24-2003, 04:56 AM
im pretty new when it comes to javascript, so please bear with me.

but...

i have a page with a bunch of thumbnails which only show a small portion of the orginal image and the colors have been changed a bit. i want to be able to click the thumbnail and have the entire image load in a new window, without any of the extras (refresh buttons, scrolls, url, etc), and preferably have the window sized to the image.

i dont really understand javascript enough to try and mod something that is similar to what i described, other than inserting the proper filenames and locations. and i know this is possible (and im pretty sure it was javascript), because i once saw a page that had it. only, i cant recall what page so i cant go back and check out the source. so, if someone can help or show me where t go to learn, id greatly appreciate it.

pnaj
12-24-2003, 05:35 AM
Here's a tutorial (http://www.echoecho.com/jswindows01.htm) .

Try it ... there's an example (page 3) that you can cut-and-paste into your HTML and adapt.

Come back if you're having trouble!

grindthieves
12-24-2003, 05:58 AM
exactly what i was needing!! many thanks.