Click to See Complete Forum and Search --> : Thumbnail Navigator Script


Gmoney23
03-28-2003, 04:33 AM
Hello,

I am trying to use the thumbnail navigator script, I am not real good with scripting yet. The script works great, however I want it to work slightly different. Right now you can scan through the images in the veiwer and then click "go" to see it large and alone. I want to make the large standalone version come up in a new window. I tried simply setting the target however I had no luck. Please give me some help with this.

Thanks

Nicodemas
03-28-2003, 05:37 AM
The script to make something open in a new window via a link looks like this...


<A HREF="javscript: window.open('URL','name of window','properties of window')">

Gmoney23
03-28-2003, 12:23 PM
Ok, I attached the javascript. Take a look and see if you can help.

Gmoney23
03-28-2003, 04:02 PM
I tried using that script, didn't work. Maybe I am putting it in the wrong place???