101
02-21-2003, 07:28 PM
I have an iframe on my page:
<IFRAME NAME="myiframe" SRC="Main.htm" WIDTH="100%" HEIGHT="95%" STYLE="border:2px solid #000000" SCROLLING="YES">
</IFRAME>
And i havea link:
<TD bordercolor="black" style="cursor:hand;" onClick="parent.frames.myiframe.location.href='About Us.htm'; return false;">
I want it so when you click the link it changes the iframe to another page.
101
<IFRAME NAME="myiframe" SRC="Main.htm" WIDTH="100%" HEIGHT="95%" STYLE="border:2px solid #000000" SCROLLING="YES">
</IFRAME>
And i havea link:
<TD bordercolor="black" style="cursor:hand;" onClick="parent.frames.myiframe.location.href='About Us.htm'; return false;">
I want it so when you click the link it changes the iframe to another page.
101