Microsoft KB Archive/927948

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Article ID: 927948

Article Last Modified on 12/18/2006



APPLIES TO

  • ProClarity Analytic Server
  • ProClarity Web Professional 6.2
  • ProClarity Web Professional 6.1



INTRODUCTION

This article describes how to display the ProClarity Web Professional Web client in the same Microsoft Internet Explorer browser window that ProClarity Analytics Server uses.

MORE INFORMATION

By default, when you open the ProClarity Web Professional client in an Internet Explorer window that ProClarity Analytics Server uses, a new Internet Explorer browser window opens to display the ProClarity Web Professional client.

If you want the ProClarity Web Professional client to appear in the same Internet Explorer browser window that ProClarity Analytics Server uses, use one of the following methods.

Method for ProClarity Analytics Server 5.3

  1. In Notepad, open the pbHomeRightBook.js file.

    Note By default, this file is in the C:\inetpub\wwwroot\pas\en\src directory.
  2. Locate line 227.
  3. Replace the code in line 227 with the following code:

    popUps.OpenRichOCXWindow("PCompAvailableWeb.asp?Access=" + 
    "../../BookAccess.asp&uiConfig=" + uiConfig + "&LibID=" + LibID + 
    "&book=" + bookID + "&page=" + id + "&minWidth=" + 
    pbResources.minW_dd + "&minHeight=" + pbResources.minH_dd, 
    pbResources.minW_rich, pbResources.minH_rich);var richURL = 
    "PCompAvailableWeb.asp?Access=" + "../../BookAccess.asp&uiConfig=" + 
    uiConfig + "&LibID=" + LibID + "&book=" + bookID + "&page=" + 
    id;topWindow.location.href = richURL;

Method for ProClarity Analytics Server 6.0

Note Make sure that you have a copy of the pbHomeRightBook.js file and of the pbTabs.js file. By default, the pbHomeRightBook.js file and the pbTabs.js file are in the C:\inetpub\wwwroot\pas\en\src directory.

  1. In Notepad, open the pbHomeRightBook.js file.
  2. Comment out line 227.

    Note Line 227 starts with the following code:

    popUps.OpenRichOCXWindow
  3. Add the following lines after line 227:

    var richURL = "PCompAvailableWeb.asp?Access=" + "../../BookAccess.asp&uiConfig=" 
    + uiConfig + "&LibID=" + LibID +        "&book=" + bookID + "&page=" + id;
        
    topWindow.location.href = richURL;
  4. Comment out line 357.

    Note Line 357 starts with the following code:

    popUps.OpenRichOCXWindow
  5. Add the following lines after line 357:

    var richURL = "PCompAvailableWeb.asp?Access=" + "../../BookAccess.asp&uiConfig=" 
    + uiConfig + "&LibID=" + LibID +        "&book=" + bookID + "&page=" + id;
        
    topWindow.location.href = richURL;
  6. Save the file.
  7. In Notepad, open the pbTabs.js file.
  8. Comment out line 227.

    Note Line 227 starts with the following code:

    popUps.OpenRichOCXWindow
  9. Add the following line after line 227:

    topWindow.location.href = richURL;
  10. Save the file.
  11. In Internet Explorer, click Internet Options on the Tools menu, and then click Delete Files under Temporary Internet files.

    Note If you use Internet Explorer 7, click Internet Options on the Tools menu, and then click Delete under Browsing history.


Keywords: kbhowto KB927948