[Contents] [Prev] [Next] [Index] [Report an Error]

Launching JUNOScope Operations in a New Window

You can launch JUNOScope operations in a new window by using the following sample code:

<a href="#"  onclick="launchInNewWindow('ui/index/looking-glass')">Looking-glass</a>
                                    <script language="JavaScript"type="text/javascript">
                                     var JUNOScopeLink= 
"https://<JUNOScope Server>:<Port>/jtk/
noauth-auth?username=<username>&password=<password>&redirectLoc="
                                      function launchInNewWindow(link ) {
                     var newWin = open(JUNOScopeLink + link);
                    return false;
                 }              
 </script>

[Contents] [Prev] [Next] [Index] [Report an Error]