FP98: Hover Buttons and Banner Ads Show Class Not Found (178483)



The information in this article applies to:

  • Microsoft FrontPage 98 for Windows

This article was previously published under Q178483

SYMPTOMS

When you create a hover button or banner ad using images contained in the Web, Microsoft Internet Explorer may display the following error message:
load: class fphover not found
NOTE: Other browsers may result in different problems.

CAUSE

When you create a hover button or banner ad and the page has not been previously saved, you can save the .HTM file anywhere in the Web. However, the codebase for the Java applet shows up as "_fpclass" rather than "../_fpclass." Therefore, you will receive the error message described in the "Symptoms" section if the Web page is not saved in the root of the web.

RESOLUTION

Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers 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 requirements. To resolve this problem, follow these steps:
  1. In FrontPage Editor, open the page that contains the hover button or banner ad.
  2. Click the HTML tab at the bottom of the FrontPage Editor window.
  3. Locate the HTML code that looks similar to the following:
          <applet code="fphover.class" codebase="_fpclass">
    						
  4. Change the codebase parameter to the following:
          codebase="../_fpclass"
    						
  5. Click the Normal tab at the bottom of the FrontPage Editor window.
  6. On the File menu, click Save.

STATUS

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

Modification Type:MajorLast Reviewed:6/18/2005
Keywords:kbbug kberrmsg KB178483