Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Frontpage: Dropdown Menu

3 views
Skip to first unread message

JCO

unread,
Jun 2, 2011, 11:46:37 AM6/2/11
to
Using FrontPage, I added a dropdown menu. However, I don't understand how
to link the items in the menu to an action. What I want to do is populate
an In-Line Frame with an .htm, located on the same page.
Can someone help in this area?
JCO

Ronx

unread,
Jun 2, 2011, 12:04:52 PM6/2/11
to
JCO explained on 02/06/2011 :

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

unread,
Jun 2, 2011, 12:17:12 PM6/2/11
to
My apologies.. let me show the scrip I have thus far.

//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...

0 new messages