G
Glenn
I have created some hover buttons that link to certain pages. I want those
pages to open within the current frame, however they "take over" the entire
window when pushed - the frames go away.
The code for a button looks like this: (I'm sure I have to put something
about target=framename in here but have been unsuccessful in playing around
with it)
<param name="color" value="#000080">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="Calendar">
<param name="effect" value="glow">
<param name="url" valuetype="ref"
value="calendar.html">
<param name="hovercolor" value="#0000FF">
</applet><applet code="fphover.class" codebase="./"
width="200" height="24">
pages to open within the current frame, however they "take over" the entire
window when pushed - the frames go away.
The code for a button looks like this: (I'm sure I have to put something
about target=framename in here but have been unsuccessful in playing around
with it)
<param name="color" value="#000080">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="Calendar">
<param name="effect" value="glow">
<param name="url" valuetype="ref"
value="calendar.html">
<param name="hovercolor" value="#0000FF">
</applet><applet code="fphover.class" codebase="./"
width="200" height="24">