Microsoft Knowledge Base Email Alertz

KBAlertz.com: 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.

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]

Search KbAlertz

Advanced Search

Webmasters
Put kbAlertz on your website.
[ Click Here for more! ]





ASP.NET 3.5 Web Hosting with Windows 2008 and SQL 2008: Click Here!
Discount ASP.NET Hosting
ASP.NET 2.0 and 3.5
Windows2008 and SQL2008
US and UK Hosting
The ad says 3 - but KBAlertz referrals get
** SIX MONTHS FREE **


Bug Tracking Software
For bug tracking software or defect tracking software or issue tracking software, visit Axosoft.


Community Site



We Send hundreds of thousands of emails using ASP.NET Email



Expert Web Design & Graphic Design
Design44.com

ASP.NET 3.5 Web Hosting with Windows 2008 and SQL 2008: Click Here!
Discount ASP.NET Hosting
ASP.NET 2.0 and 3.5
Windows2008 and SQL2008
US and UK Hosting
The ad says 3 - but KBAlertz referrals get
** SIX MONTHS FREE **




Mentioned In








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:
https://partner.microsoft.com/global/30000104 (https://partner.microsoft.com/global/30000104)
For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:
http://support.microsoft.com/default.aspx?scid=fh;EN-US;CNTACTMS (http://support.microsoft.com/default.aspx?scid=fh;en-us;cntactms)

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.

  1. Start Windows Explorer.
  2. Open ProjectCentral/views/portfiolioview.asp.
  3. Locate the following text:
    OpenLink(link)
    					
  4. 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,"");
    
     <%}%>
    
    }
    					
  5. 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
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
Keywords: 
kbprb KB314569
       

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