PDA

View Full Version : Create a link


grim86
09-01-2008, 12:23 PM
I have to create within a series of link to a text that they make to open a window with an image.

The page is so structured:
- An empty richtext box
-some labels

each label makes to appear a different text inside the richtext box
I want to create some link inside each of this text that they make to open some windows with inside an image for every link in the text

the richtext are already connected with the labels...I have "only" to create links
How can I do?:huh

Ulrich
09-01-2008, 06:40 PM
My recommendation is that you use a Web Object with a masked window border instead of a RichText, and open the window with the image in it through simple Javascript (window.open etc.). In the current RichText object, links don't work as they should, even if you create the RTF in Microsoft Word and just try to open the file in the object - information is stripped, the link text is duplicated and it all becomes a mess.

Ulrich