set "div" as redir target

Hello everybody!
I had some problems to customize the Menu Application (adding bootstrap toggle effect). So I tried to create the menu via blank application with buttons that redirect to my apps. Is there a way to choose a certain <div> as a target instead of _blank/modal a.s.o?

Now I coded some blank apps with redundant code for the menu, which is a big disadvantage. Moreover, I will not be able to insert something else than blank apps.

Are there ways to solve that?
Thanks in advance,
Arne

I do something like that with a control application and a container application, in the control app event onValideSuccess I put this code “echo ‘<script>’.'parent.document.getElementById(“id-iframe-widget3”).contentWindow.document.location.href=”’.$urlChartDeptoBenef.’"’.’</script>’;" where the variable stores the url to an sc application, in this case a grid.

I supose that it can be done with a div element.

Share if you can.