trichview.com

trichview.support




Re: Hyperlinks


Return to index


Author

Message

Sergey Tkachenko

Posted: 02/07/2002 16:39:14


Currently, it can be done only by a trick.

In OnURLNeeded, you need to assign a target URL. This string will be saved

in quotes.

For example, if you return

'http://www.borland.com',

the component saves

<A href="http://www.borland.com">

But if you return

'http://www.borland.com" target="_blank',

it saves

<A href="http://www.borland.com" target="_blank">


It's very probably that in future versions I'll replace OnURLNeeded with the

more flexible event.

>

> I want to assign Hypertext-Links to Images

> and Text with:

>

> 1. Hyperlink

> 2. Target (_blank, _parent, ...)

>

> How can i do that - or can somebody give me a demo for it?

>

>

> Best

> Regards

>

> Johannes Teitge

>

>





Powered by ABC Amber Outlook Express Converter