Components

K

Kim

I am using frontpage2000. I inserted a component (hover button) with a hyperlink on my page. I made sure to upload the fphover.class into my files on the web (geocities). Everything appears fine in preview however when I load the page on the web and preview it I see only gray boxes where the hover buttons should be and an error on the bottom page that says 'load: class fphover not found'. Any suggestions/help is GREATLY appreciated.
 
K

Kim

Thank you Kathleen for your speedy reply and help. I checked out both articles and tried all the solutions listed to no avail. The hover buttons on the web are still showing up as gray boxes. Again the page looks fine on previews. I'm not sure if this makes a difference or not but I just downloaded the server ext pack to my frontpage 2000(it suggested that when I checked for updates). Also, I don't publish my pages through frontpage. I upload the files into the file manager on geocities. Any other suggestions? Thanks again......

----- Kathleen Anderson [MVP - FP] wrote: ----

Hi Kim
Here's a couple of KB articles that may help

Hover Buttons and Banner Ads Show Class Not Foun
http://support.microsoft.com/default.aspx?scid=kb;EN-US;17848

Hover Button Previews as a Gray Bo
http://support.microsoft.com/defaul...pport/kb/articles/q176/9/00.asp&NoWebContent=
 
C

chris leeds

if you've used another method of uploading your java class and .jar files
are probably not where they should be. this is probably the reason for your
problem.

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


Kim said:
Thank you Kathleen for your speedy reply and help. I checked out both
articles and tried all the solutions listed to no avail. The hover buttons
on the web are still showing up as gray boxes. Again the page looks fine on
previews. I'm not sure if this makes a difference or not but I just
downloaded the server ext pack to my frontpage 2000(it suggested that when I
checked for updates). Also, I don't publish my pages through frontpage. I
upload the files into the file manager on geocities. Any other suggestions?
Thanks again.......
----- Kathleen Anderson [MVP - FP] wrote: -----

Hi Kim:
Here's a couple of KB articles that may help:

Hover Buttons and Banner Ads Show Class Not Found
http://support.microsoft.com/default.aspx?scid=kb;EN-US;178483

Hover Button Previews as a Gray Box
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:
80/support/kb/articles/q176/9/00.asp&NoWebContent=1

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/


Kim said:
I am using frontpage2000. I inserted a component (hover button) with
a hyperlink on my page. I made sure to upload the fphover.class into
my files on the web (geocities). Everything appears fine in preview
however when I load the page on the web and preview it I see only
gray boxes where the hover buttons should be and an error on the
bottom page that says 'load: class fphover not found'. Any
suggestions/help is GREATLY appreciated.
 
S

Stefan B Rusynko

Do you and your users have a valid JAVA engine installed (many don't)
IMHO don't use Hoovers




| Thank you Kathleen for your speedy reply and help. I checked out both articles and tried all the solutions listed to no avail.
The hover buttons on the web are still showing up as gray boxes. Again the page looks fine on previews. I'm not sure if this makes
a difference or not but I just downloaded the server ext pack to my frontpage 2000(it suggested that when I checked for updates).
Also, I don't publish my pages through frontpage. I upload the files into the file manager on geocities. Any other suggestions?
Thanks again.......
|
| ----- Kathleen Anderson [MVP - FP] wrote: -----
|
| Hi Kim:
| Here's a couple of KB articles that may help:
|
| Hover Buttons and Banner Ads Show Class Not Found
| http://support.microsoft.com/default.aspx?scid=kb;EN-US;178483
|
| Hover Button Previews as a Gray Box
|
http://support.microsoft.com/defaul...port/kb/articles/q176/9/00.asp&NoWebContent=1
|
| --
| ~ Kathleen Anderson
| Microsoft MVP - FrontPage
| Spider Web Woman Designs
| http://www.spiderwebwoman.com/resources/
|
|
| > I am using frontpage2000. I inserted a component (hover button) with
| > a hyperlink on my page. I made sure to upload the fphover.class into
| > my files on the web (geocities). Everything appears fine in preview
| > however when I load the page on the web and preview it I see only
| > gray boxes where the hover buttons should be and an error on the
| > bottom page that says 'load: class fphover not found'. Any
| > suggestions/help is GREATLY appreciated.
|
|
 
K

Kim

I should have given the link to the page so everyone could see what I was talking about and view source. It's http://www.geocities.com/losthorizons01 . I only know the very basics so no laughing! LOL. I have uploaded the fphover.class and fphoverx.class files into the file manager and tried changing the codebase info in the html as suggested in previous reply but neither options worked. I am using frontpage2000, windowsxp and I upload the html pages directly into the file manager instead of uploading through frontpage. If anyone has any ideas you can contact me at (e-mail address removed) please use the subject 'component'. Thanks very much to those who have replied...
 
T

Thomas A. Rowe

Normally the .class files should be in the root of the web, in this case place them in the same
folder as the page.

Try the following:

Change:
<applet code="fphover.class" codebase="../" width="120" height="24">
to:
<applet code="fphover.class" width="120" height="24">

Note: Many users of Windows XP, IE6 and NS6+ will not be able to see the hover buttons or any Java
Applets since the Java Virtual Machine is not available, unless the user goes directly to the Sun
web site and installs it.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Kim said:
I should have given the link to the page so everyone could see what I was talking about and view
source. It's http://www.geocities.com/losthorizons01 . I only know the very basics so no laughing!
LOL. I have uploaded the fphover.class and fphoverx.class files into the file manager and tried
changing the codebase info in the html as suggested in previous reply but neither options worked. I
am using frontpage2000, windowsxp and I upload the html pages directly into the file manager instead
of uploading through frontpage. If anyone has any ideas you can contact me at (e-mail address removed)
please use the subject 'component'. Thanks very much to those who have replied....
 
A

Andrew Murray

if you're using XP then there's your problem Java Virtual Machine does not come
with XP!

Kim said:
I should have given the link to the page so everyone could see what I was
talking about and view source. It's http://www.geocities.com/losthorizons01 . I
only know the very basics so no laughing! LOL. I have uploaded the fphover.class
and fphoverx.class files into the file manager and tried changing the codebase
info in the html as suggested in previous reply but neither options worked. I am
using frontpage2000, windowsxp and I upload the html pages directly into the file
manager instead of uploading through frontpage. If anyone has any ideas you can
contact me at (e-mail address removed) please use the subject 'component'. Thanks very
much to those who have replied....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top