Page 1 of 1

Link Button Webanimator

Posted: Mon Jun 13, 2016 2:14 pm
by Binho
how do I open one link in the same tab using the button created with webanimator?

Re: Link Button Webanimator

Posted: Tue Jun 14, 2016 5:17 pm
by ICD
Hello,

It's not possible to load the target into the same page when using the "Load URL" action for a button. One way to accomplish that would be to create a custom JavaScript function instead and call that on click.

The content of that function could look like this:

location.replace("http://www.google.com");