Open a link in the same window

0
Hi, Could anyone suggest me as to how I could open a link in same window, instead of a different one while am using a link button.
asked
2 answers
3

you can use the widget formatString and place some HTML in it like <a href="website" target="_self">link</a>

answered
0

Is there any way to do this with an image?

answered