I'm using dbr.url
to redirect the user to a page in our ordering system.
Is there an embed_target
that will cause the browser to load the target URL in the current window vs opening a new one? I reviewed the various options but could not see one.
select 'dbr.url', 'https://myhost.mydomain.com/#!/top/myPage?id=', '', '[Edit]', 'new_window', '<=id';
Thanks, Chris