I am really confused what to do…So there is a software named Service desk plus which is a network monitoring tool written in Java…It uses struts…I need to attach some php scripts that I have to the software.The software runs in a browser. What the issue is that the only way I see to attach my php scripts to the tool is to modify its .jsp files and their html to add an extra navigation bar that will be attached to my php scripts AND lead to my website however this goes against the copyright laws and such…So I was looking forward to help help from the professionals and experienced programmers here on what to do…I don’t know how but a solution I have is that when I go to a special link on the software such as dashboard.do my php script will automatically trigger and my website will pop up as a pop up…I really have no ideas and I am clueless on this..Help!
Below I have done my best to show you what I am trying to do through image. If you require any more clarification or explanation please comment it and I will add it ASAP
.
maybe write a javascript that inserts the html link to the site and include that js file as part of the application headers. it would still require that you modify their code, but it would be a simple change to include an extra js file, rather then editing their application logic used to generate the menus
another option is to use a frame and put your app/link at the top and everything else in inside a frame, but that might not look how you want