Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How to "click" a TLink programmatically?
Sun, Oct 19 2014 8:46 AMPermanent Link

Uli Becker

I want to "execute" an invisible TLink by pressing a button.

Is that possible?

Thanks Uli
Sun, Oct 19 2014 10:21 AMPermanent Link

Ronald

Hi Uli,

Perhaps you are looking for this:

window.open('www.mysite.nl','_blank','',false);

Greetings,
Ronald

"Uli Becker"  schreef in bericht
news:486B7B13-199D-43C8-9048-49BBB8ECA5AF@news.elevatesoft.com...

I want to "execute" an invisible TLink by pressing a button.

Is that possible?

Thanks Uli
Sun, Oct 19 2014 11:59 AMPermanent Link

Uli Becker

Hi Ronald,

<<
window.open('www.mysite.nl','_blank','',false);
>>

Works fine - thank you.

Uli
Image