sc_redir() does not work in iframe

One of my tabs is an iframe and loads another internal web site. The app works in tests running after setup, but not when running from the index/production page.
The only way is by defined the target _blank to open a new windows. That works, but is not intented.

Might be a bug, because the same app works finde in SC 7.1. That is why I’d exclude browser or security settings.
App type is BLANK

/**

  • Scriptcase v9.0.003
    */

// Redirection parameters
$redir_app = ‘http://<LOCAL-IP>/production/’;
$redir_target = ‘_self’; // Target window (_blank, _self, _parent or modal)
$redir_param = ‘’;

sc_redir($redir_app, $redir_param, $redir_target);

The same with Scriptcase v9.0.004 incl. all updates :frowning: