FP98: Hover Buttons and Banner Ads Show Class Not Found

ID: Q178483


The information in this article applies to:


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 Technical Support will not resolve problems produced by editing the HTML that FrontPage generates. This HTML Code sample is provided as a convenience for authors seeking to extend the capabilities of FrontPage. For more information about writing HTML, please see the following Microsoft Web site:

http://www.microsoft.com/workshop/c-frame.htm#/workshop/author/default.asp
WARNING: ANY USE BY YOU OF THE HTML PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this HTML "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

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 this to be a problem in the Microsoft products listed at the beginning of this article.

Additional query words: front page


Keywords          : kberrmsg kbdta fpedit fpodbc 
Version           : WINDOWS:98
Platform          : WINDOWS 
Issue type        : kbbug 

Last Reviewed: July 26, 1999