Log in

View Full Version : Flexi slide show - Open Pop Up Window



VickyB
10-14-2004, 01:32 PM
http://www.dynamicdrive.com/dynamicindex14/flexislide.htm

I´m using Flexi slide show in my web page and it´s working correctly. One of the scripts features, is that each image within slideshow can be optionally hyperlinked.
What I´m trying to do it´s to open a pop up window with a set up size and position when clicking the image. Is this possible?

Thank you for your time! (...and sorry for my terrible english!!!)
Vicky

cr3ative
10-14-2004, 04:27 PM
Try out some of the ideas on this page:
http://www.quirksmode.org/js/popup.html

cr3ative

(Your English is outstanding by the way. :))

VickyB
10-15-2004, 11:03 AM
cr3ative, thank you very much for your answer! I´m still trying...
The problem is that the Sildeshow script has a "pre set" space for the hyperlink, and anything I introduce besides it, causes the script to stop working (!!!)

Part of the structure of the script:
//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]

My idea was to set the pop up in "OPTIONAL link for image", but it only allows a common html page...

This is how I´ve got it working:
variableslide[0]=[b_miracle1.jpg', '', '<font size="1" face="Verdana, Arial, Helvetica, sans-serif">MULTIPLEXOR, GRABADOR DIGITAL Y TRANSMISOR IP<br><strong><font color="#2B3D46">[+INFO]<strong></font>']

variableslide[1]...
variableslide[2]...

As I said anything I introduce besides this, causes the script to stop working. Thank you for your help!!

The complete script here Demo (http://www.victoriabordon.com.ar/slideshow/demo.htm)