<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to make IE access point Doc open in New Window in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179859#M1310907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to open the document in a new tab instead of a new window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2010 03:11:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-13T03:11:14Z</dc:date>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179854#M1310902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon, In our 8.5 environment, once we have published a doc using publisher, the IE document automatically opens up in a new window, which is perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 9.0, the same link opens up in the same window, does anyone know if you can change this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179854#M1310902</guid>
      <dc:creator>james</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179855#M1310903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James,&lt;/P&gt;&lt;P&gt;To do this, you just need to modify a couple lines in one of the files:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open C:\Program Files\QlikView\Web\QvAccessPoint.js in Notepad&lt;/LI&gt;&lt;LI&gt;To modify the drop-down list of clients:&lt;OL&gt;&lt;LI&gt;If you want to have different settings for each client:&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Plugin:&lt;/STRONG&gt; Replace line 43 (&lt;EM&gt;plugin.target = target;&lt;/EM&gt;) with: &lt;EM&gt;plugin.target = "_blank";&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Java:&lt;/STRONG&gt; Replace line 49 (&lt;EM&gt;java.target = target;&lt;/EM&gt;) with: &lt;EM&gt;java.target = "_blank";&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;AJAX:&lt;/STRONG&gt; Replace line 55 (&lt;EM&gt;ajax.target = target;&lt;/EM&gt;) with: &lt;EM&gt;ajax.target = "_blank";&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Otherwise, if you want all clients to open in a new window: Replace line 77 (&lt;EM&gt;var target = self.target;&lt;/EM&gt;) with: &lt;EM&gt;var target = "_blank";&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;To modify the thumbnails: Replace line 148 (&lt;EM&gt;var target = node.getAttribute("target");&lt;/EM&gt;) with: &lt;EM&gt;var target = "_blank";&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Save and close the file&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 23:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179855#M1310903</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-01-08T23:45:52Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179856#M1310904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad, Thanks for that, it works perfect, but only if users select "Open With". Any way to force it into a new window if they click the thumbnail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 00:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179856#M1310904</guid>
      <dc:creator>james</dc:creator>
      <dc:date>2010-01-09T00:22:43Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179857#M1310905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Step #3 will take care of the thumbnails&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 00:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179857#M1310905</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-01-09T00:30:13Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179858#M1310906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I should have read past #2 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 00:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179858#M1310906</guid>
      <dc:creator>james</dc:creator>
      <dc:date>2010-01-09T00:35:00Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179859#M1310907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to open the document in a new tab instead of a new window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 03:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179859#M1310907</guid>
      <dc:creator />
      <dc:date>2010-01-13T03:11:14Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179860#M1310908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, it's a user setting how to handle opening windows (New window or in tab) which is probably good since people have different preference in this matter.&lt;/P&gt;&lt;P&gt;Most newer browsers can be set to open links that target a new page in a new tab though so if a user wants to open everything in tabs they should be able to do so.&lt;/P&gt;&lt;P&gt;For IE7 this is set under:&lt;/P&gt;&lt;P&gt;1. Open IE7&lt;BR /&gt;2. Click &lt;STRONG&gt;Tools&lt;/STRONG&gt;&lt;BR /&gt;3. Click &lt;STRONG&gt;Internet Options&lt;/STRONG&gt;&lt;BR /&gt;4. Click &lt;STRONG&gt;Settings&lt;/STRONG&gt;&lt;BR /&gt;5. Select &lt;STRONG&gt;Always open pop-ups in new tab&lt;/STRONG&gt;&lt;BR /&gt;6. Click &lt;STRONG&gt;OK&lt;/STRONG&gt; until you are back in your browser&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 04:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179860#M1310908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-13T04:54:29Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179861#M1310909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad, I've tried out your solution and it doesn't do quite what I was looking for. In QV 8.5, if you clicked on the small green page icon to open a document in a new window, the document opened in a window that had no browser toolbar or menubar. This was quite useful because it removed unneccesary things like the Back button and the address bar that the user could click on, and also gave me quite a bit more screen space to work with.&lt;/P&gt;&lt;P&gt;I've tried (with my zero knowledge of javascript) to add plugin.toolbar = no and plugin.menubar = no (and 0) to the plugin section of the script, but they make no difference.&lt;/P&gt;&lt;P&gt;Do you know of any way to remove the toolbar and menubar from the new window?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 10:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179861#M1310909</guid>
      <dc:creator>colinh</dc:creator>
      <dc:date>2010-02-02T10:20:05Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179862#M1310910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was looking for the same thing, the new window with just QlikView....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone has a fix &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 14:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179862#M1310910</guid>
      <dc:creator>james</dc:creator>
      <dc:date>2010-02-02T14:52:40Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179863#M1310911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colin,&lt;/P&gt;&lt;P&gt;This is a more complicated solution:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open QvAccessPoint.js.&lt;/LI&gt;&lt;LI&gt;Add the following function somewhere at the top of the file:&lt;/LI&gt;&lt;LI style="list-style: none"&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;function OpenLink(object) {&lt;BR /&gt; window.open(object.name,'mywindow','toolbar=no,location=no,directories=yes,status=yes,menubar=no,scrollbars=no,copyhistory=yes, resizable=yes');&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;In the function UpdateClientsLinks, replace Line 41 (&lt;EM&gt;plugin.href = can_use_plugin ? CreateOpenDocUrl(id, "Plugin") : "#";&lt;/EM&gt;) with: &lt;EM&gt;plugin.name = can_use_plugin ? CreateOpenDocUrl(id, "Plugin") : "#";&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Replace Line 48 (&lt;EM&gt;java.href = can_use_java ? CreateOpenDocUrl(id, "Java") : "#";&lt;/EM&gt;) with: &lt;EM&gt;java.name = can_use_java ? CreateOpenDocUrl(id, "Java") : "#";&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Replace Line 55 (&lt;EM&gt;ajax.href = can_use_ajax ? CreateOpenDocUrl(id, "Ajax") : "#";&lt;/EM&gt;) with: &lt;EM&gt;ajax.name = can_use_ajax ? CreateOpenDocUrl(id, "Ajax") : "#";&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Replace Line 62 (&lt;EM&gt;download.href = can_download ? CreateOpenDocUrl(id, "Download") : "#";&lt;/EM&gt;) with: &lt;EM&gt;download.name = can_download ? CreateOpenDocUrl(id, "Download") : "#";&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;In the function Qva.Mgr.aplist.prototype.Paint_Thumbnails, replace Line 200 (&lt;EM&gt;x.innerHTML = '&amp;lt;a href="#"&amp;gt;&amp;lt;/a&amp;gt;';&lt;/EM&gt;) with: &lt;EM&gt;x.innerHTML = '&amp;lt;a name="#" href="#" onclick="javascript:OpenLink(this)"&amp;gt;&amp;lt;/a&amp;gt;';&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Replace Line 203 (&lt;EM&gt;x.href = CreateOpenDocUrl(id, pref_client);&lt;/EM&gt;) with: &lt;EM&gt;x.name = CreateOpenDocUrl(id, pref_client);&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Comment out or delete Line 204 (&lt;EM&gt;x.target = target;&lt;/EM&gt;)&lt;/LI&gt;&lt;LI&gt;Save &amp;amp; close the file. Open index.htm from the same folder&lt;/LI&gt;&lt;LI&gt;Replace the table starting on Line 78 with the following table:&lt;/LI&gt;&lt;LI style="list-style: none"&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt; &amp;lt;table width="100%"&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;BR /&gt; &amp;lt;span id="Menu_OpenWith"&amp;gt;Open with&amp;lt;/span&amp;gt;:&lt;BR /&gt; &amp;lt;ul&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a name="#" href="#" onclick="javascript:OpenLink(this)" id="Menu_Client_Plugin"&amp;gt;IE Plugin&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a name="#" href="#" onclick="javascript:OpenLink(this)" id="Menu_Client_Java"&amp;gt;Java&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a name="#" href="#" onclick="javascript:OpenLink(this)" id="Menu_Client_Ajax"&amp;gt;AJAX zero footprint&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;/ul&amp;gt;&lt;BR /&gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;a name="#" href="#" onclick="javascript:OpenLink(this)" id="Menu_Download"&amp;gt;Download&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;a href="#" id="Menu_Favorite"&amp;gt;Add to favorites&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;/table&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Save and close the file and restart your web server.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;That should do the trick--all links will open in a new window, and that window won't contain any toolbars, address bars, scrollbars, or menu bars.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 20:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179863#M1310911</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-02-02T20:57:03Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179864#M1310912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tested this and it works perfectly. I set directories = no and status = 0 to give the proper "application" look I was going for, although I have seen that certain users' browsers still display the IE address bar, which I would think is a security setting somewhere.&lt;/P&gt;&lt;P&gt;In point 3, the second plugin.href should be plugin.name.&lt;/P&gt;&lt;P&gt;To me it seems to be a step backwards to have removed this feature from the default Access Point and made it so tricky to implement. Ideally it should be a checkbox on the Access Point page of the Enterprise Management Console, similar to the "Show Link" option for the Plugin Download.&lt;/P&gt;&lt;P&gt;Thanks for your help Vlad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 14:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179864#M1310912</guid>
      <dc:creator>colinh</dc:creator>
      <dc:date>2010-02-08T14:07:09Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179865#M1310913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colin,&lt;/P&gt;&lt;P&gt;Glad it worked for you. You're right about step #3 (that was a typo). I agree that this would be a great feature to have built-in. Maybe suggest it to support?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 20:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179865#M1310913</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-02-09T20:54:16Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179866#M1310914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad,&lt;/P&gt;&lt;P&gt;I have been looking for this solution for days. Never appeared in any of my forum searches. Thanks a ton for your work on this question. It worked well for me also on the Thumbnails. I still get the toolbars when I select a document name using the "Details" view. Any ideas on how to fix it?&lt;/P&gt;&lt;P&gt;I too wish there was a checkbox for open with QV toolbar only.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 18:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179866#M1310914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-22T18:57:42Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179867#M1310915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad / Anyone,&lt;/P&gt;&lt;P&gt;With the above fixes, I was still having issues with launcing the plugin without the IE toolbars/menus when the "Details" view is selected on the accesspoint. I follow Vlads changes and added one more that appears to have fixed my issues.&lt;/P&gt;&lt;P&gt;In the Qva.Mgr.aplist.prototype.Paint_Details code, I changed this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;if(can_use_client) {&lt;BR /&gt; cell.innerHTML = '&amp;lt;a href="#"&amp;gt;&amp;lt;/a&amp;gt;';&lt;BR /&gt; cell = cell.firstChild;&lt;BR /&gt; cell.href = CreateOpenDocUrl(id, pref_client);&lt;BR /&gt; cell.target = target;&lt;BR /&gt; }&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;if(can_use_client) {&lt;BR /&gt; cell.innerHTML = '&amp;lt;a name="#" href="#" onclick="javascript:OpenLink(this)"&amp;gt;&amp;lt;/a&amp;gt;';&lt;BR /&gt; cell = cell.firstChild;&lt;BR /&gt; cell.name = CreateOpenDocUrl(id, pref_client);&lt;BR /&gt; }&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;It seems to have fixed my issues with the details view and opening in the correct IE without toolbars/menus. I am not a JavaScript programmer, so was wondering if I could be missing something?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 16:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179867#M1310915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-23T16:58:40Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179868#M1310916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Now I have a problem that after making the changes in this forum, that I only get one Qvw to open at a time. I can open one report just fine. When I choose to open another report, that new report opens over the current report that is open. Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 13:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179868#M1310916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-14T13:41:16Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179869#M1310917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the release of SR3, this is no longer relevant. You now have an option to choose how documents open (new window or not). I see in your signature that you're upgrading to 9.0--make sure you install SR3. It also fixes a bunch of SR2 bugs, so it's a good idea in any case.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 04:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179869#M1310917</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-04-16T04:33:08Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179870#M1310918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I installed SR3 about three weeks ago and I noticed the new option to select how you want documents to open. This is an improvement, but it still doesn't address my original issue, which was that I wanted the documents to open in a new window without the browser menu and toolbar, as they did from Access Point in QV 8.5. The new window that opens now still has the browser menu and toolbar, so it doesn't have that "application" feel that I am looking for.&lt;/P&gt;&lt;P&gt;It does however give you the option to reuse the same window, or open each document in a separate new window, which addresses the other issue raised above.&lt;/P&gt;&lt;P&gt;Hopefully we'll get the option to disable the menu and toolbars in a future release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 10:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179870#M1310918</guid>
      <dc:creator>colinh</dc:creator>
      <dc:date>2010-04-21T10:25:03Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179871#M1310919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We were able to figure this out. The 'mywindow' in the openlink function needs to be modified to display a new name for each new window. The accesspoint now opens as in previous versions of QV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 14:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179871#M1310919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-21T14:22:38Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179872#M1310920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, jsomsen. I didnt understand, exactly how did you fix this. Where is 'mywindow'? Thanks in advance, regards, Ludvig.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 09:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179872#M1310920</guid>
      <dc:creator />
      <dc:date>2010-05-31T09:31:58Z</dc:date>
    </item>
    <item>
      <title>How to make IE access point Doc open in New Window</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179873#M1310921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the OpenLink code with its modifications:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;function OpenLink(object, number) {&lt;BR /&gt; window.open(object.name,"Window" + number,"toolbar=no,location=no,directories=yes,status=yes,menubar=no,scrollbars=no,copyhistory=yes,resizable=yes");&lt;BR /&gt;}&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Here is example of the call to the OpenLink function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;{&lt;BR /&gt; cell.innerHTML = '&amp;lt;a name="#" href="#" onclick="javascript:OpenLink(this,' + i + ')"&amp;gt;&amp;lt;/a&amp;gt;';&lt;BR /&gt; cell = cell.firstChild;&lt;BR /&gt; cell.name = CreateOpenDocUrl(id, pref_client);&lt;BR /&gt; }&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I had an internal source help me with the modification, but I hope I gave you enough to get it working.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 13:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-IE-access-point-Doc-open-in-New-Window/m-p/179873#M1310921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-01T13:21:58Z</dc:date>
    </item>
  </channel>
</rss>

