A
AAaron123
<asp:Content id="Content1" ContentPlaceHolderid="LeftCPH" runat="server">
<ul style="margin: 15; list-style-type: square">
<li><a href="Footprints.htm" target="ArticlesFrame">Footprints</a></li>
</ul>
</asp:Content>
<asp:Content id="Content2" ContentPlaceHolderid="RightCPH" runat="server">
<iframe name="ArticlesFrame" ></iframe>
</asp:Content>
The above works OK but there are a few things I don't like.
I wonder if it could be done without using iframe.
I remove somethings to make the code shorter, such as the size of the iframe
and additional li elements.
I'd like to try something other than iframe. do you have a suggestion?
Thanks
<ul style="margin: 15; list-style-type: square">
<li><a href="Footprints.htm" target="ArticlesFrame">Footprints</a></li>
</ul>
</asp:Content>
<asp:Content id="Content2" ContentPlaceHolderid="RightCPH" runat="server">
<iframe name="ArticlesFrame" ></iframe>
</asp:Content>
The above works OK but there are a few things I don't like.
I wonder if it could be done without using iframe.
I remove somethings to make the code shorter, such as the size of the iframe
and additional li elements.
I'd like to try something other than iframe. do you have a suggestion?
Thanks