PC Review


Reply
Thread Tools Rate Thread

Adding page to Favourites

 
 
Lynn
Guest
Posts: n/a
 
      3rd May 2005
Have searched various sites looking for ways to add a text link to allow the
saving of a webpage to the Favourites Folder.
ie "Click here to save to Favourites".
Can anyone pass on their expertise on this please.


 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      3rd May 2005
Try this one:
Place the entire script in the location on the page where you want the text to appear

<SCRIPT>
<!--
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
95isalive
This site is best viewed............
........................with a computer

"Lynn" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Have searched various sites looking for ways to add a text link to allow the
> saving of a webpage to the Favourites Folder.
> ie "Click here to save to Favourites".
> Can anyone pass on their expertise on this please.
>
>



 
Reply With Quote
 
Tom Gahagan
Guest
Posts: n/a
 
      4th May 2005
go to....

http://javascript.internet.com/

and search for a favorites script

Best to you......
Tom Gahagan

"Lynn" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Have searched various sites looking for ways to add a text link to allow

the
> saving of a webpage to the Favourites Folder.
> ie "Click here to save to Favourites".
> Can anyone pass on their expertise on this please.
>
>



 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      5th May 2005
This doesn't work for me, but I did place it in a frame. Would this make any
difference?
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

Steve Easton wrote:
> Try this one:
> Place the entire script in the location on the page where you want
> the text to appear
>
> <SCRIPT>
> <!--
> 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>
>
>
>
>
> "Lynn" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Have searched various sites looking for ways to add a text link to
>> allow the saving of a webpage to the Favourites Folder.
>> ie "Click here to save to Favourites".
>> Can anyone pass on their expertise on this please.



I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html


 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      5th May 2005
Yes.

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

"Trevor L." <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> This doesn't work for me, but I did place it in a frame. Would this make any
> difference?
> --
> Cheers,
> Trevor L.
> Website: http://tandcl.homemail.com.au
>
> Steve Easton wrote:
> > Try this one:
> > Place the entire script in the location on the page where you want
> > the text to appear
> >
> > <SCRIPT>
> > <!--
> > 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>
> >
> >
> >
> >
> > "Lynn" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> >> Have searched various sites looking for ways to add a text link to
> >> allow the saving of a webpage to the Favourites Folder.
> >> ie "Click here to save to Favourites".
> >> Can anyone pass on their expertise on this please.

>
>
> I choose Polesoft Lockspam to fight spam, and you?
> http://www.polesoft.com/refer.html
>
>



 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      6th May 2005
Hmm.

I thought it may

What do I change?
Should this:
AddFavorite(location.href, document.title);'>
be this:
AddFavorite(parent.location.href, parent.document.title);'>
?
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

Steve Easton wrote:
> Yes.
>
>
> "Trevor L." <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> This doesn't work for me, but I did place it in a frame. Would this
>> make any difference?
>> --
>> Cheers,
>> Trevor L.
>> Website: http://tandcl.homemail.com.au
>>
>> Steve Easton wrote:
>>> Try this one:
>>> Place the entire script in the location on the page where you want
>>> the text to appear
>>>
>>> <SCRIPT>
>>> <!--
>>> 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>
>>>
>>>
>>>
>>>
>>> "Lynn" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> Have searched various sites looking for ways to add a text link to
>>>> allow the saving of a webpage to the Favourites Folder.
>>>> ie "Click here to save to Favourites".
>>>> Can anyone pass on their expertise on this please.

>>
>>
>> I choose Polesoft Lockspam to fight spam, and you?
>> http://www.polesoft.com/refer.html



 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      6th May 2005
I tried
<SCRIPT>
<!--
if ((navigator.appVersion.indexOf("MSIE") > 0)
&& (parseInt(navigator.appVersion) >= 4)) {
document.write("<U>
<SPAN STYLE='color:blue;cursor:hand;'
onclick='window.external.
AddFavorite(parent.location.href, parent.document.title);'>
Add this page to your favorites</SPAN>
</U>");
}
//-->
</SCRIPT>

It returns the correct values (as tested using an alert box), but I get the
error "PermissionDenied"

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

Trevor L. wrote:
> Hmm.
>
> I thought it may
>
> What do I change?
> Should this:
> AddFavorite(location.href, document.title);'>
> be this:
> AddFavorite(parent.location.href, parent.document.title);'>
> ?
>
> Steve Easton wrote:
>> Yes.
>>
>>
>> "Trevor L." <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> This doesn't work for me, but I did place it in a frame. Would this
>>> make any difference?
>>> --
>>> Cheers,
>>> Trevor L.
>>> Website: http://tandcl.homemail.com.au
>>>
>>> Steve Easton wrote:
>>>> Try this one:
>>>> Place the entire script in the location on the page where you want
>>>> the text to appear
>>>>
>>>> <SCRIPT>
>>>> <!--
>>>> 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>
>>>>
>>>>
>>>>
>>>>
>>>> "Lynn" <(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> Have searched various sites looking for ways to add a text link to
>>>>> allow the saving of a webpage to the Favourites Folder.
>>>>> ie "Click here to save to Favourites".
>>>>> Can anyone pass on their expertise on this please.
>>>
>>>
>>> I choose Polesoft Lockspam to fight spam, and you?
>>> http://www.polesoft.com/refer.html



 
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
Adding favourites to IE =?Utf-8?B?U3BoeW54?= Windows Vista General Discussion 5 31st Oct 2007 10:20 AM
Automatically adding favourites =?Utf-8?B?RGFuaWVsV2FsdGVyczY=?= Windows XP Networking 3 25th May 2007 12:13 AM
Adding Favourites to IE7 Johnty Windows Vista General Discussion 2 11th Feb 2007 11:15 PM
Adding a link to favourites =?Utf-8?B?UGV0ZXJk?= Microsoft Frontpage 1 20th May 2004 12:36 PM
Adding to my Favourites Windows XP General 2 10th Nov 2003 06:09 AM


Features
 

Advertising
 

Newsgroups
 


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