Hey,
I created navigation bar with buttons. Before I used links as the way to ger around my site and I used target = "frame" to keep it in boundaries of the frame. However, when I replaced links with buttons I can no longer get pages to stay in frame.
This code was before:
<tr height="40">
<td nowrap="nowrap" bgcolor="#f5f5f5" width="110" height="40">
<div align="center"> <a href="rules.html" target="frame"> Rules</a></div>
</td>
</tr>
---------------------------------------------------------------------------
This is after:
<tr height="40">
<td nowrap bgcolor="#f5f5f5" width="110" height="40">
<p>
<applet code="fphover.class" codebase="./" width="95" height="24">
<param name="textcolor" value="#FFFFFF">
<param name="color" value="#993300">
<param name="hovercolor" value="#CC0000">
<param name="effect" value="glow">
<param name="fontstyle" value="bold">
<param name="fontsize" value="14">
<param name="font" value="Dialog">
<param name="url" valuetype="ref" value="rules.html" >
<param name="sound" valuetype="ref" value="../../Desktop/doorcreak.au">
<param name="hoversound" valuetype="ref" value="../../Desktop/dooropen.au">
<param name="text" value="Rules">
</applet></p>
</td>
</tr>
----------------------------------------------------------
Even if I put target="frame" after the url it still doesn't work. Any insight guys on this problem ?



Reply With Quote

Bookmarks