J
John
I have 3 frames on a page with Hover Buttons for going to different pages. They used to work. In fact it still works in FrontPage but not after it's been "published" to the web.
Now, only the frame that has the button in it goes to the new page. The other two stay where they are.
Can someone tell me what I'm doing wrong?
The following is a sample of the code I'm using:
<applet code="fphover.class" codebase="../../_fpclass/" width="60" height="24">
<param name="text" value="Test">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="effect" value="glow">
<param name="url" value="../../Test.htm" valuetype="ref">
</applet>
Thanks for any help.
John
Now, only the frame that has the button in it goes to the new page. The other two stay where they are.
Can someone tell me what I'm doing wrong?
The following is a sample of the code I'm using:
<applet code="fphover.class" codebase="../../_fpclass/" width="60" height="24">
<param name="text" value="Test">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="effect" value="glow">
<param name="url" value="../../Test.htm" valuetype="ref">
</applet>
Thanks for any help.
John