Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Goto URL
Sun, Sep 30 2012 10:15 AMPermanent Link

Alessandro

ErgoSoft srl

Hi,

a very simple question...

when click on a TImage  I would like to redirect to an external URL


how to do?

Thanks
Sun, Sep 30 2012 12:19 PMPermanent Link

Raul

Team Elevate Team Elevate

Just add the OnClick event for the image and add this

   window.open('http://www.elevatesoft.com','_blank','',false);

(you need to add WebDom to your uses clause and of course change the URL)

Raul


On 9/30/2012 10:15 AM, Alessandro wrote:
> Hi,
>
> a very simple question...
>
> when click on a TImage  I would like to redirect to an external URL
>
>
> how to do?
>
> Thanks
>
Mon, Oct 1 2012 1:46 AMPermanent Link

Alessandro

ErgoSoft srl

thanks Raul

Alessandro

Raul wrote:

Just add the OnClick event for the image and add this

   window.open('http://www.elevatesoft.com','_blank','',false);
Image