I’m finding that my hover buttons don’t work when I post them to a Web Server (UNIX) I use on the net. The Hover Buttons work fine locally on my pc, but for some reason when I post my page to the server and view the page, they don't work. I believe that the directory structure is setup the same as it is on my pc, which includes the following 2 files bellow.
animate.js
fphover.class
I'm running IE 5.5
Created the page with Front Page2000
If helpful, refer the code bellow in question, Thanks in Advance!!:
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Home</title>
<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript" fptype="dynamicanimation" src="animate.js">
<body bgcolor=#333333 onload="dynAnimation()">
<applet code="fphover.class" width="60" height="18">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="Standings">
<param name="effect" value="glow">
<param name="url" valuetype="ref" value="foo.htm">
<param name="font" value="Dialog">
<param name="fontstyle" value="regular">
<param name="fontsize" value="10">
</applet>
animate.js
fphover.class
I'm running IE 5.5
Created the page with Front Page2000
If helpful, refer the code bellow in question, Thanks in Advance!!:
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Home</title>
<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript" fptype="dynamicanimation" src="animate.js">
<body bgcolor=#333333 onload="dynAnimation()">
<applet code="fphover.class" width="60" height="18">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="Standings">
<param name="effect" value="glow">
<param name="url" valuetype="ref" value="foo.htm">
<param name="font" value="Dialog">
<param name="fontstyle" value="regular">
<param name="fontsize" value="10">
</applet>