How to set blank target on browser1.goto ??? @Teodor
It’s not possible to specify this in the gotourl action.
How are you using it? Where is it applied?
I have a button to print a pdf. This button redirects to the .pdf file by passing a variable. I would like to open it in a new page.
So I have to use a Anchor Button?
Well yes, for links it’s always better to use <a>
tags.
Gotourl is supposed to be used with dynamic events for different actions.
ok. Thank you