Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 325055 - Last Review: February 1, 2007 - Revision: 2.2
Java Applets Are Not Displayed Correctly in FrontPage Preview
This article was previously published under Q325055
When you preview a Web page that contains a hover button or other Java applet in Microsoft FrontPage, these components may not behave as expected. When you preview these same pages in your Web browser, they do behave as expected.
Note Microsoft Office FrontPage 2003 does not have the functionality to generate hover buttons. However, FrontPage 2003 does display hover buttons if they exist in a Web page.
To work around this issue, follow these steps to edit the Java applet in HTML view:
- Open your Web page in FrontPage, and then click HTML to change to HTML view.
For example, the Java applet has coding similar to the following:
<applet code="fphover.class" codebase="fpweb:///." width="120" height="24">
<param name="text" value="Button Text">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="effect" value="glow">
</applet></p>
- Remove the following from the Java code:
- Save your Web page.
- Click Preview.
APPLIES TO
- Microsoft Office FrontPage 2003
- Microsoft FrontPage 2002 Standard Edition
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