Each link similar to:
<a href="mypage.htm"
target="iframeName">mypage</a>
and the iframe resembles:
<iframe name="iframeName"
src="framedefaultpage.htm"></iframe>
Obviously, change the page names and iframe name
to suit your site.
Note the link target is the same as the iframe
name.
--
Ron Symonds - Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp/wf-menu.aspx
Microsoft has closed this newsgroup on Microsoft
servers - see
http://www.rxs-enterprises.org/fp/newsgroup-closure.aspx
for details of why and where to go next.
//jco; this script fills the content of a dropdown box
ddn = new DropDownNav();
ddn.Attach ("Dropdown_Newsletter")
ddn.AddInstruction("Select Newsletter...");
ddn.AddSeparator();
ddn.AddNavigation("2011-March", "");
ddn.AddNavigation("2011-June", "");
ddn.AddSeparator();
ddn.AddNavigation("Send feedback", "mailto:webm...@need-tarrant.com");
When the selection is made (ex 2011-March), I want to populate an InLine
Frame (Name: Inline_newsletter) with a .htm file.
Thanks
"JCO" <som...@somewhere.com> wrote in message
news:is8b8s$q1r$1...@speranza.aioe.org...