Re: Design Question
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 06/30/04
- Next message: Kevin Spencer: "Re: recording sound"
- Previous message: Kevin Spencer: "Re: 3 questions"
- Maybe in reply to: Andrew Murray: "Re: Design Question"
- Next in thread: Dub_Man: "Re: Design Question"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 30 Jun 2004 07:55:06 -0400
The answer to your first question can be found in FrontPage help under the
topic "bookmarks." A bookmark (more correctly termed "anchor" is simliar to
a hyperlink, but only has a "name" attribute. Example:
<a name="TopOfPage"></a>
FrontPage can insert one for you by using the Insert Bookmark command.
You can link to it by using a URL with a "#" symbol in it (or by using
FrontPage's Create Hyperlink dialogue). Example:
<a href="#TopOfPage">Link Text</a>
or from another page:
<a href="somepage.html#TopOfPage">Link Text</a>
To crete a link that closes the page, you would use a bit of JavaScript.
Example:
<a href="javascript:window.opener=self;window.close()">Close This Window</a>
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. "Dub_Man" <mick.gaffney@ntlworld.com> wrote in message news:tPnEc.785$wK6.780@newsfe2-win... > I would like to create a link at the bottom of a window that will link back > to the top of the page, also a link that when selected will close the page. > How would on complete this? > > -- > Regards, > > Mick Gaffney > mickgaffney@eircom.net > > > webpage: http://takeoff.to/dublinspotter/ > > feedback: dublinspotter@ntlworld.com > > "Pilot wisdom - Every one already knows the definition of a good landing is > one from which you can walk away. But very few know the definition of a > great landing. It's one after which you can use the airplane another time". > >
- Next message: Kevin Spencer: "Re: recording sound"
- Previous message: Kevin Spencer: "Re: 3 questions"
- Maybe in reply to: Andrew Murray: "Re: Design Question"
- Next in thread: Dub_Man: "Re: Design Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|