Email conversation
From | Steve |
To | Me |
Subject | Movable Mini Windows Script with multiple links in 'content' area |
Date | 8 February 2005 4:20 |
Hi there! I'm digging your scripts! I've got it sooo close to how I
want it to work now... just having troubles making all
the links work that are attached to the images. (I'm not very familiar
with Javascript so I'm hoping it's something simple).
This is where I have it installed:
[sample URL]
Here's the area of the code.....
[code to open a mini-window]
Thanks in advance!
Stv
From | Me |
To | Steve |
Subject | Re: Movable Mini Windows Script with multiple links in 'content' area |
Date | 8 February 2005 9:48 |
Attachment | Fixed version of the page |
Steve,
Yep, it is a simple thing.
You attept to create three mini windows, then you only use the second one.
You set the first one up correctly to do what you want, but you are not
using it.
(the third window will not actually work because the line above it - where
you attempt to create a menu entry - will produce an error)
Anyway, I have attached a fixed version of the page - hope this is what you
wanted.
Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/
From | Steve |
To | Me |
Subject | Re: Movable Mini Windows Script with multiple links in 'content' area |
Date | 8 February 2005 2:38 |
Brilliant! Thanks so much!