Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FP2000: Image Maps Used With Include Pages Does Not Retain Hotspot Integrity


View products that this article applies to.

This article was previously published under Q261976

↑ Back to the top


Symptoms

When an image map occurs on a page that has an Include page and within the Included page itself, one of the image maps will not function properly when viewed in the browser.

↑ Back to the top


Cause

When image maps are constructed automatically in FrontPage using the image map hotspot tools, FrontPage will automatically give the image map names of the form "FPMap0", "FPMap1", "FPMap2", etc. When a single page contains multiple image maps, FrontPage ensures that all the image maps have unique names. However, when one page with an image map includes another page with an image map, the image map names may conflict and one will not work correctly when viewed in the browser.

↑ Back to the top


Resolution

A workaround to this issue would be to manually rename the image maps in the include pages, using unique names that do not occur in any page the image map is included in. To do this, open the included page in FrontPage and click on the HTML tab of FrontPage. The image map name occurs in two places - it is defined in the <MAP> tag and then referenced in the <IMG> tag. The name needs to be changed in both locations.

See samples below:

Before:
<MAP name="FPMAP0">....</MAP>
<IMG ... usemap="#FPMAP0">
				

After:
<MAP name="IncludedImageMap">...</MAP>
<IMG ... usemap="#IncludedImageMap">
				

To resolve this problem, obtain Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a).

To obtain SR-1/SR-1a, click the article number below to view the article in the Microsoft Knowledge Base:
245025� OFF2000: How to Obtain and Install Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a)

↑ Back to the top


Status

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

↑ Back to the top


Keywords: KB261976, kbfix, kbbug

↑ Back to the top

Article Info
Article ID : 261976
Revision : 1
Created on : 11/25/2002
Published on : 11/25/2002
Exists online : False
Views : 262