hover buttons & Frames

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">
 

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