Feek
30-01-2010, 11:13
I need to recode a small html frame and remove the java that's in it and replace the commands with just static images that link to pages in a different frame.
I can't for the life of me remember how to do this.
Here's the java code:
<applet code="fphover.class" codebase="./" width="125" height="18">
<param name="url" valuetype="ref" value="about.htm">
<param name="target" value="rbottom">
<param name="image" valuetype="ref" value="buttons/about_off.gif">
<param name="hoverimage" valuetype="ref" value="buttons/about_on.gif">
</applet><br>
I need to replace that with some html which shows the image buttons/about_off.gif, pulls the page about.htm and displays it in the frame called rbottom.
I know it's a simple line but I've faffed about and can't get it to work.
Can anyone help please?
I can't for the life of me remember how to do this.
Here's the java code:
<applet code="fphover.class" codebase="./" width="125" height="18">
<param name="url" valuetype="ref" value="about.htm">
<param name="target" value="rbottom">
<param name="image" valuetype="ref" value="buttons/about_off.gif">
<param name="hoverimage" valuetype="ref" value="buttons/about_on.gif">
</applet><br>
I need to replace that with some html which shows the image buttons/about_off.gif, pulls the page about.htm and displays it in the frame called rbottom.
I know it's a simple line but I've faffed about and can't get it to work.
Can anyone help please?