Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 314569 - Last Review: January 31, 2007 - Revision: 2.4
PRJ2000: Hyperlinks Are Not Displayed in Microsoft Project Central
This article was previously published under Q314569
NOTE: Because there are several versions of Microsoft Windows, the following steps may be different on your computer. If they are, see your product documentation to complete these steps.
Microsoft provides programming examples for illustration only, without warranty either
expressed or implied, including, but not limited to, the implied warranties of
merchantability and/or fitness for a particular purpose. This article assumes
that you are familiar with the programming language being demonstrated and the
tools used to create and debug procedures. Microsoft support professionals can
help explain the functionality of a particular procedure, but they will not
modify these examples to provide added functionality or construct procedures to
meet your specific needs. If you have limited programming experience, you may
want to contact a Microsoft Certified Partner or the Microsoft fee-based
consulting line at (800) 936-5200. For more information about Microsoft Certified
Partners, please visit the following Microsoft Web site:
For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:
SYMPTOMS
When you attempt to insert hyperlinks into a Microsoft Project 2000 file and upload the file to Microsoft Project Central, the hyperlinks are not displayed in Microsoft Project Central.
CAUSE
This behavior can occur when the hyperlinks do not include the following text:
http://
RESOLUTION
To resolve this issue, replace the code that causes the error. To do this, follow these steps.
NOTE: before you perform the following steps, make sure that you have Microsoft Project Central 2000 SR1 or run the SR1 Patch. If you apply the patch after you perform the following steps, you do not resolve the issue.
- Start Windows Explorer.
- Open ProjectCentral/views/portfiolioview.asp.
- Locate the following text:
- Replace the block of code (all of the text between the brackets) in the OpenLink(link) function with the following:
function OpenLink(link)
{
var sProt = "http:/";
if (link.search(/:\\\\/) != 1 || link.serach(/:\/\//) != 1)
sProt = "";
<%if (Request.QueryString('w32').Item == '1') {%>
window.location.href = sProt+link;
<%} else {%>
window.open(sProt+link,null,"");
<%}%>
}
- Repeat steps 1 through 4 on each of the following pages:
- ProjectCentral/views/projectreport.asp
- ProjectCentral/views/webclientview.asp
- ProjectCentral/tasks/taskspage.asp
MORE INFORMATION
The following file is available for download from the Microsoft Download Center:
Collapse this imageExpand this image
Download p9sr1lpk.exe now
(http://www.microsoft.com/downloads/details.aspx?FamilyID=E269972A-EC47-4E28-85C4-66A359ED07A9)
Release Date: May-05-2001
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591Â
(http://kbalertz.com/Feedback.aspx?kbNumber=119591/EN-US/
)
How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.
APPLIES TO
- Microsoft Project 2000 Standard Edition
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate
Be the first to leave feedback, to help others about this knowledge base
article.
(Optional) Name
(Optional)
Public URL Or Email
Comments
No
HTML -- Text Only Please