Hi
I have a button sequence that opens and external site, i.e.
sc_redir(“externalurl.com”,"","_blank");
It works fine other than the host application goes to a grey screen with a small OK button on it, which seems to confuse our users.
Is there any way to avoid the button screen being generated, i.e. the redirect opens in a new window and the host application remains displayed in its browser window?
Thanks