Re: Design Question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Kevin Spencer (kspencer_at_takempis.com)
Date: 06/30/04


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


Relevant Pages

  • RE: Link to another point in doc
    ... Don't worry if the bookmark name seems clumsy. ... When you create the hyperlink, you can spell out the hyperlink text however ... Windows XP, Word 2000 ... You can format the cross-reference to look exactly like a web page ...
    (microsoft.public.word.vba.general)
  • Re: Opening Word 2007 document + Bookmark method
    ... I created the Hyperlink to a Word ... Outlook allows me to create a Hyperlink and choose a Word Bookmark. ... when the hyperlink is clicked it opens the document but fails to jump to the ... Word MVP web site http://word.mvps.org ...
    (microsoft.public.word.docmanagement)
  • Re: HyperLink editing in Word VBA - Hyperlinks.Item(Index) value not r
    ... If you bookmark the hyperlink field, you can then use a PAGREF field to cross-reference it's page number. ... Private Sub GetLineRef ... Dim LineRef As String ...
    (microsoft.public.word.vba.general)
  • Re: Opening Word 2007 document + Bookmark method
    ... Graham Mayor - Word MVP ... Word MVP web site http://word.mvps.org ... I created the Hyperlink to a Word ... Outlook allows me to create a Hyperlink and choose a Word Bookmark. ...
    (microsoft.public.word.docmanagement)
  • Re: HyperLink editing in Word VBA - Hyperlinks.Item(Index) value not r
    ... If you bookmark the hyperlink field, you can then use a PAGREF field to cross-reference it's page number. ... Private Sub GetLineRef ... Dim LineRef As String ...
    (microsoft.public.word.vba.general)