Hyperlink to a Page That Contains a List Does Not Go to Bookmark (814366)



The information in this article applies to:

  • Microsoft FrontPage 2002
  • SharePoint Team Services from Microsoft

SYMPTOMS

When you click a hyperlink to go to a bookmark on a page that contains a list, your Web browser may not go to the bookmark location.

Note If you view the address line in your Web browser, the URL indicates the location of the bookmark. For example, http://servername/newpage.htm#bookmark.

WORKAROUND

To work around this problem, add the Owssvr.dll file to the path of the hyperlink that contains the bookmark. For example, a hyperlink that contains the bookmark may look similar to this example:

<a href="http://servername/newpage.htm#bookmark">

To make it possible for the hyperlink to move your browser to the correct bookmark location on a page that contains a list, change the hyperlink to the following example:

<a href="http://servername/_vti_bin/owssvr.dll?Using=newpage.htm#bookmark">

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

For more information about SharePoint Team Services architecture and the Owssvr.dll file, visit the following Microsoft Web site:

Modification Type:MajorLast Reviewed:2/12/2003
Keywords:kbprb KB814366