Hello all,
I search a method to open in the same windows an another absolute adress from my applinx application.
In fact, in the applinx screen, I want to put a button “Go to external application”
I tried a javascript method as
<script>
window.open("http://externalServer/AnotherApplication.html", "_self");
</script>
but , with IE, we keep the same adress “http://myapplinx/z_container.jsp” and there are some problem of securities.
Best Regards
#ApplinX#Mainframe-Integration#webMethods