PC Review


Reply
Thread Tools Rate Thread

Bookmark page rather than bookmark site

 
 
=?Utf-8?B?RG91ZyBTdGV3YXJ0?=
Guest
Posts: n/a
 
      27th Jul 2005
I've added a 'bookmark' capability to my border using the following very
simple code:

<a
href="javascript:window.external.addFavorite('http://www.mysite.com','my
title');">

The problem is that this bookmarks the site. I would like to have the
facility where it would bookmark the page. In other words, some code that I
could put into the banner, and whenever anyone clicked on it, would bookmark
whatever page they are at.

Is this possible?


 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGFuIEw=?=
Guest
Posts: n/a
 
      27th Jul 2005
If you bookmark different areas of your site, then you can go to those
particular bookmarks. Say you have a News page with an article about sports,
bookmark that article with #sports and then change your bookmark code to:

<a
href="javascript:window.external.addFavorite('http://www.mysite.com/news.htm/#sports','my
> title');">Bookmark this article</a>



"Doug Stewart" wrote:

> I've added a 'bookmark' capability to my border using the following very
> simple code:
>
> <a
> href="javascript:window.external.addFavorite('http://www.mysite.com','my
> title');">
>
> The problem is that this bookmarks the site. I would like to have the
> facility where it would bookmark the page. In other words, some code that I
> could put into the banner, and whenever anyone clicked on it, would bookmark
> whatever page they are at.
>
> Is this possible?
>
>

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      27th Jul 2005
The bookmark script would need to be in the page, not the border.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"Doug Stewart" <(E-Mail Removed)> wrote in message
news:278A4CBA-D0B7-4AC9-BBEC-(E-Mail Removed)...
> I've added a 'bookmark' capability to my border using the following very
> simple code:
>
> <a
> href="javascript:window.external.addFavorite('http://www.mysite.com','my
> title');">
>
> The problem is that this bookmarks the site. I would like to have the
> facility where it would bookmark the page. In other words, some code that I
> could put into the banner, and whenever anyone clicked on it, would bookmark
> whatever page they are at.
>
> Is this possible?
>
>



 
Reply With Quote
 
Jens Peter Karlsen[FP-MVP]
Guest
Posts: n/a
 
      27th Jul 2005
Yes, just change the script like this:
<a href="javascript:window.external.addFavorite(self.location ,
document.title);">


Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: Doug Stewart [mailto(E-Mail Removed)]
Posted At: 27. juli 2005 18:36
Posted To: microsoft.public.frontpage.client
Conversation: Bookmark page rather than bookmark site
Subject: Bookmark page rather than bookmark site


I've added a 'bookmark' capability to my border using the following very
simple code:

<a
href="javascript:window.external.addFavorite('http://www.mysite.com','my
title');">

The problem is that this bookmarks the site. I would like to have the
facility where it would bookmark the page. In other words, some code
that I could put into the banner, and whenever anyone clicked on it,
would bookmark whatever page they are at.

Is this possible?


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25-07-2005


 
Reply With Quote
 
=?Utf-8?B?RG91ZyBTdGV3YXJ0?=
Guest
Posts: n/a
 
      29th Jul 2005
Jens

Thank your very very much. Works perfect. Now, by putting this in my header,
all my pages automatically have an individual bookmark. As my site spans a
number of topics, this is a real bonus.

Doug
===============================

"Jens Peter Karlsen[FP-MVP]" wrote:

> Yes, just change the script like this:
> <a href="javascript:window.external.addFavorite(self.location ,
> document.title);">
>
>
> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>
> -----Original Message-----
> From: Doug Stewart [mailto(E-Mail Removed)]
> Posted At: 27. juli 2005 18:36
> Posted To: microsoft.public.frontpage.client
> Conversation: Bookmark page rather than bookmark site
> Subject: Bookmark page rather than bookmark site
>
>
> I've added a 'bookmark' capability to my border using the following very
> simple code:
>
> <a
> href="javascript:window.external.addFavorite('http://www.mysite.com','my
> title');">
>
> The problem is that this bookmarks the site. I would like to have the
> facility where it would bookmark the page. In other words, some code
> that I could put into the banner, and whenever anyone clicked on it,
> would bookmark whatever page they are at.
>
> Is this possible?
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25-07-2005
>
>

 
Reply With Quote
 
=?Utf-8?B?VG1hYw==?=
Guest
Posts: n/a
 
      4th Mar 2007
I tried this code out on my Frontpage website and in Preview mode it says
there is an error and doesn't work. Is this just because it is in Preview
mode? I don't have a server yet to upload my site too in order to test it.
Below is exactly how I have the code:

<a href="javascript:window.external.AddFavorite(self.location ,
document.title);">Add to Favorites</a>
--
Tmac


"Jens Peter Karlsen[FP-MVP]" wrote:

> Yes, just change the script like this:
> <a href="javascript:window.external.addFavorite(self.location ,
> document.title);">
>
>
> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>
> -----Original Message-----
> From: Doug Stewart [mailto(E-Mail Removed)]
> Posted At: 27. juli 2005 18:36
> Posted To: microsoft.public.frontpage.client
> Conversation: Bookmark page rather than bookmark site
> Subject: Bookmark page rather than bookmark site
>
>
> I've added a 'bookmark' capability to my border using the following very
> simple code:
>
> <a
> href="javascript:window.external.addFavorite('http://www.mysite.com','my
> title');">
>
> The problem is that this bookmarks the site. I would like to have the
> facility where it would bookmark the page. In other words, some code
> that I could put into the banner, and whenever anyone clicked on it,
> would bookmark whatever page they are at.
>
> Is this possible?
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25-07-2005
>
>

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      4th Mar 2007
Try this:

<script type = "text/javascript">
<!--
if ((navigator.appVersion.indexOf("MSIE") > 0)
&& (parseInt(navigator.appVersion) >= 4)) {
document.write("<U>
<SPAN STYLE='color:blue;cursor:hand;'
onclick='window.external.
AddFavorite(location.href, document.title);'>
Add this page to your favorites</SPAN>
</U>");
}
//-->
</script>


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm



"Tmac" <(E-Mail Removed)> wrote in message
news:36663E4E-2474-4299-ABBE-(E-Mail Removed)...
>I tried this code out on my Frontpage website and in Preview mode it says
> there is an error and doesn't work. Is this just because it is in Preview
> mode? I don't have a server yet to upload my site too in order to test
> it.
> Below is exactly how I have the code:
>
> <a href="javascript:window.external.AddFavorite(self.location ,
> document.title);">Add to Favorites</a>
> --
> Tmac
>
>
> "Jens Peter Karlsen[FP-MVP]" wrote:
>
>> Yes, just change the script like this:
>> <a href="javascript:window.external.addFavorite(self.location ,
>> document.title);">
>>
>>
>> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>>
>> -----Original Message-----
>> From: Doug Stewart [mailto(E-Mail Removed)]
>> Posted At: 27. juli 2005 18:36
>> Posted To: microsoft.public.frontpage.client
>> Conversation: Bookmark page rather than bookmark site
>> Subject: Bookmark page rather than bookmark site
>>
>>
>> I've added a 'bookmark' capability to my border using the following very
>> simple code:
>>
>> <a
>> href="javascript:window.external.addFavorite('http://www.mysite.com','my
>> title');">
>>
>> The problem is that this bookmarks the site. I would like to have the
>> facility where it would bookmark the page. In other words, some code
>> that I could put into the banner, and whenever anyone clicked on it,
>> would bookmark whatever page they are at.
>>
>> Is this possible?
>>
>>
>> --
>> No virus found in this incoming message.
>> Checked by AVG Anti-Virus.
>> Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25-07-2005
>>
>>



 
Reply With Quote
 
David Berry
Guest
Posts: n/a
 
      4th Mar 2007
See the sample script at
http://javascript.internet.com/misce...mark-page.html

--
David Berry
FrontPage Support: http://www.frontpagemvps.com/



"Tmac" <(E-Mail Removed)> wrote in message
news:36663E4E-2474-4299-ABBE-(E-Mail Removed)...
>I tried this code out on my Frontpage website and in Preview mode it says
> there is an error and doesn't work. Is this just because it is in Preview
> mode? I don't have a server yet to upload my site too in order to test
> it.
> Below is exactly how I have the code:
>
> <a href="javascript:window.external.AddFavorite(self.location ,
> document.title);">Add to Favorites</a>
> --
> Tmac
>
>
> "Jens Peter Karlsen[FP-MVP]" wrote:
>
>> Yes, just change the script like this:
>> <a href="javascript:window.external.addFavorite(self.location ,
>> document.title);">
>>
>>
>> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>>
>> -----Original Message-----
>> From: Doug Stewart [mailto(E-Mail Removed)]
>> Posted At: 27. juli 2005 18:36
>> Posted To: microsoft.public.frontpage.client
>> Conversation: Bookmark page rather than bookmark site
>> Subject: Bookmark page rather than bookmark site
>>
>>
>> I've added a 'bookmark' capability to my border using the following very
>> simple code:
>>
>> <a
>> href="javascript:window.external.addFavorite('http://www.mysite.com','my
>> title');">
>>
>> The problem is that this bookmarks the site. I would like to have the
>> facility where it would bookmark the page. In other words, some code
>> that I could put into the banner, and whenever anyone clicked on it,
>> would bookmark whatever page they are at.
>>
>> Is this possible?
>>
>>
>> --
>> No virus found in this incoming message.
>> Checked by AVG Anti-Virus.
>> Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25-07-2005
>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
link from outlook to word bookmark opens doc but not at bookmark JOH Microsoft Outlook 1 2nd May 2008 03:58 AM
OT: If you use a lot of hotkeys, bookmark this site DarkSentinel Microsoft Outlook 5 22nd Dec 2007 04:11 PM
How do I post a bookmark on my site? =?Utf-8?B?U3Rldmk=?= Microsoft Frontpage 2 3rd Jan 2006 08:48 PM
Please help - 'Bookmark Site' =?Utf-8?B?U3RlZWwgQmFuYW5hbmE=?= Microsoft Frontpage 5 9th Dec 2004 03:11 PM
Text When Bookmark SIte =?Utf-8?B?S3VtYQ==?= Microsoft Frontpage 1 30th Jun 2004 02:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:25 AM.