If you upload a .pdf - document in a document library, and click on the document, the document will open in the same page. Is it somehow possible to make it open in a separate window?
Regards.
Moved byMike Walsh MVPMVP, ModeratorMonday, March 23, 2009 5:19 PMadmin q (Moved from SharePoint - Design and Customization to SharePoint - Setup, Upgrade, Administration and Operation)
WannabeSharepointGuru Monday, March 23, 2009 2:34 PM
You need to implement HTTP Handler, whichhandleall.pds and open them in new window (target="_new"). then plug this handler to to SharePoing stack.
what is the setting? I am more interested to know how you could do that. I am not able to recreate your case. All the documents open in their own window.Sara
Sara_111 Monday, March 23, 2009 7:50 PM
You need to implement HTTP Handler, whichhandleall.pds and open them in new window (target="_new"). then plug this handler to to SharePoing stack.