View Full Version : Target frames with hover buttons?


Kel
03-24-2003, 12:45 AM
Hey, I used the script on Lissa's site for the hover buttons... it looks awesome, but how do I make them target in frames? I tried to just add a target link after the url, but it still opens in a new window.


How do I make hover buttons?

<applet code="fphover.class" codebase="../_fpclass/" width="125" height="30">
<param name="text" value="Home">
<param name="color" value="#ff00ff">
<param name="hovercolor" value="#966ff">
<param name="textcolor" value="#ffff00">
<param name="effect" value="glow">
<param name="url" value="http://www.lissaexplains.com" valuetype="ref">
<param name="font" value="arial">
<param name="fontstyle" value="bold">
<param name="fontsize" value="18">
</applet>

Alcy
03-24-2003, 02:01 AM
It's on the same page:
<param name="target" value="framename">

http://www.lissaexplains.com/hover.shtml

Kel
03-24-2003, 02:49 AM
Duh... it was right under it! If it was a snake, it would've bit me! Thanks so much!!

Yellow-Acoustic
03-25-2003, 10:07 PM
I follow the construction like the page told me 2 but still no luck with targeting to a frameset page.

It said u will have to put

<param name="target" value="top">

After "Url"

So it will be like this :

<applet code="fphover.class" codebase="../_fpclass/" width="62" height="62">
<param name="bgcolor" value="#ffffff">
<param name="url" value="http://your address" valuetype="ref">
<param name="target" value="top">
<param name="image" value="http://www.geocities.com/strawberyblues/_fpclass/but1.gif" valuetype="ref">
<param name="hoverimage" value="http://www.geocities.com/strawberyblues/_fpclass/but2.gif" valuetype="ref">
<param name="sound" value="" valuetype="ref">
<param name="hoversound" value="" valuetype="ref">
</applet>


But why when i test it out...i have no reations on the links.
I cant target it....

Anyone have an idea? If so please share some...

lefty
03-25-2003, 10:46 PM
Are you sure your frame is called "top"? No capitalization or anything.

Yellow-Acoustic
03-25-2003, 10:50 PM
Yes the page is called top. If u mean the target name.

My framesetpage called : home.
From home.html there's 2 rows, 1 called top.html and another bottom.html.

So i called top.html =top,
and bottom.html =bottom

Isn't that right?

Or should i instead use top.html better then just top?