Click to See Complete Forum and Search --> : Image Previewer - THEN reveal in another Frame


BaileyBoy
11-04-2003, 12:14 PM
http://javascript.internet.com/miscellaneous/image-previewer.html

Thanks in advance for your assistance - I have used the above code to create an image preview which works fine - the problem is when I click on "Show Image" I want the larger image to appear in another frame - you can view a (non-working) sample here:

http://www.baileycreative.com/masters2004

Thanks for any assistance you can provide!

neil9999
11-04-2003, 12:35 PM
Hi,

Find this in the origional code:

window.location.href

replace it with:

parent.yourframenamehere.location.href

Neil

BaileyBoy
11-04-2003, 12:41 PM
Thanks neil9999 -

worked like a charm!

Cheers,

tony