Answered by:
PS 2007: Is it possible to open shared documents in a new window?

Question
-
Hello all,
Maybe this question should be reposted on a Windows Sharepoint forum. If this is the case, I apollogize and I will move there.
In our Project Web Access (installed before I arrived to the company, so I do not know many details) we have a Shared Documents section independent of any specific project Workspace. I am using it to have a FAQ and How-to document accesible to all users, in order to provide them with customized help with Project and Server. However the document is typically opened in the same browser window, preventing its use in parallel with the PWA.
Is there a way to make the system to open these documents in a new browser window or tab? By the way, we use Explorer 7. Any suggestion will be welcomed.
Best regards,
Fabian
...and a happy New Year for all gregorian Calendar users!
Thursday, December 30, 2010 11:14 AM
Answers
-
Simplest thing would be to use (Shift + Click) :) ,
Originally posted by Jonathan, but i don't remember the exact location of post so you may try searching for, but the procedure goes as below
1. Open C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\GLOBAL\XML
2. Open ONET.XML
3. Search for this line <Else><HTML><![CDATA[<A onfocus="OnLink(this)" HREF="]]></HTML>
4. Change it to <Else><HTML><![CDATA[<A onfocus="OnLink(this)" target="_new" HREF="]]></HTML>
5. Find one more line : <Else><HTML><![CDATA[<A TABINDEX=-1 HREF="]]></HTML>
6. Change it to <Else><HTML><![CDATA[<A TABINDEX=-1 target="_new" HREF="]]></HTML>
7. Reset the IIS >> and you are done
Try this in dev environment first :)Hope this helps
Thanks | Sunil Kr Singh | http://epmxperts.wordpress.com- Proposed as answer by Gary Chefetz, MCITP, MCT, MVP Thursday, December 30, 2010 9:26 PM
- Marked as answer by Gary Chefetz, MCITP, MCT, MVP Tuesday, February 8, 2011 9:44 PM
Thursday, December 30, 2010 12:12 PM
All replies
-
Simplest thing would be to use (Shift + Click) :) ,
Originally posted by Jonathan, but i don't remember the exact location of post so you may try searching for, but the procedure goes as below
1. Open C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\GLOBAL\XML
2. Open ONET.XML
3. Search for this line <Else><HTML><![CDATA[<A onfocus="OnLink(this)" HREF="]]></HTML>
4. Change it to <Else><HTML><![CDATA[<A onfocus="OnLink(this)" target="_new" HREF="]]></HTML>
5. Find one more line : <Else><HTML><![CDATA[<A TABINDEX=-1 HREF="]]></HTML>
6. Change it to <Else><HTML><![CDATA[<A TABINDEX=-1 target="_new" HREF="]]></HTML>
7. Reset the IIS >> and you are done
Try this in dev environment first :)Hope this helps
Thanks | Sunil Kr Singh | http://epmxperts.wordpress.com- Proposed as answer by Gary Chefetz, MCITP, MCT, MVP Thursday, December 30, 2010 9:26 PM
- Marked as answer by Gary Chefetz, MCITP, MCT, MVP Tuesday, February 8, 2011 9:44 PM
Thursday, December 30, 2010 12:12 PM -
Dear Sunil,
thank you, it looks like what I was asking for. As my IT contacts are en masse on holidays I will have to wait, but I will mark the post as an answer as soon as I have tested it. Just one question: will that change allow to pop up a new window for just the documents, or will it affect when we click on any hyperlink? I mean with it projects in Project Center, etc.
Thanks!
Fabian
Thursday, December 30, 2010 1:31 PM -
It won't affect the Project Server, as its relevant to sharepoint only :) but however try in Dev environment first :)
Thanks | Sunil Kr Singh | http://epmxperts.wordpress.comThursday, December 30, 2010 7:26 PM