473,387 Members | 1,669 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

add to favorites link

Is there any one "add to favorites" code that will work for IE, NS, AOL, and
a host of others? At least some code that will give me an effective "add to
favorites" for the highest percentage of users. The code in my searches have
been disclaimed has working with this but not that. I'm not sure how old
some of this code is either.
thanks!
Jul 20 '05 #1
9 4853
In article <Z8*********************@twister.tampabay.rr.com >, "shank"
<sh***@tampabay.rr.com> writes:
Is there any one "add to favorites" code that will work for IE, NS, AOL, and
a host of others? At least some code that will give me an effective "add to
favorites" for the highest percentage of users. The code in my searches have
been disclaimed has working with this but not that. I'm not sure how old
some of this code is either.
thanks!


There is no code that will add a site to my favorites in AOL.
Three ways to add Favorites in AOL:

1) Right Click>Add To Favorites works but the window.external.AddFavorite
doesn't work with AOL.
2)Click the heart that AOL adds to the upper right corner of the browser window
and that action isn't scriptable.
Even if you could script clicking that heart, clicking it brings up another
window that has a menu on it that has to be clicked, to show yet another menu,
before you actually have saved it to favorites.
3) Drag the heart to the favorites folder and drop it.

That is for the PC version of AOL. The MAC versions may act differently.
--
Randy
All code posted is dependent upon the viewing browser
supporting the methods called, and Javascript being enabled.
Jul 20 '05 #2
In article <Z8*********************@twister.tampabay.rr.com >, "shank"
<sh***@tampabay.rr.com> writes:
Is there any one "add to favorites" code that will work for IE, NS, AOL, and
a host of others? At least some code that will give me an effective "add to
favorites" for the highest percentage of users. The code in my searches have
been disclaimed has working with this but not that. I'm not sure how old
some of this code is either.
thanks!


There is no code that will add a site to my favorites in AOL.
Three ways to add Favorites in AOL:

1) Right Click>Add To Favorites works but the window.external.AddFavorite
doesn't work with AOL.
2)Click the heart that AOL adds to the upper right corner of the browser window
and that action isn't scriptable.
Even if you could script clicking that heart, clicking it brings up another
window that has a menu on it that has to be clicked, to show yet another menu,
before you actually have saved it to favorites.
3) Drag the heart to the favorites folder and drop it.

That is for the PC version of AOL. The MAC versions may act differently.
--
Randy
All code posted is dependent upon the viewing browser
supporting the methods called, and Javascript being enabled.
Jul 20 '05 #3
shank wrote:
Is there any one "add to favorites" code that will work for IE, NS, AOL, and
a host of others? At least some code that will give me an effective "add to
favorites" for the highest percentage of users. The code in my searches have
been disclaimed has working with this but not that. I'm not sure how old
some of this code is either.
thanks!

There shouldn't be a way to do that in any browser.

If I want a bookmark (or favorite) to your site, I'll add it manually. I
don't want anyone's programming to modify my browser.
Jul 20 '05 #4
shank wrote:
Is there any one "add to favorites" code that will work for IE, NS, AOL, and
a host of others? At least some code that will give me an effective "add to
favorites" for the highest percentage of users. The code in my searches have
been disclaimed has working with this but not that. I'm not sure how old
some of this code is either.
thanks!

There shouldn't be a way to do that in any browser.

If I want a bookmark (or favorite) to your site, I'll add it manually. I
don't want anyone's programming to modify my browser.
Jul 20 '05 #5


"Jerry Park" <No*****@No.Spam> wrote in message
news:Gh*****************@fe04.atl2.webusenet.com.. .
shank wrote:
Is there any one "add to favorites" code that will work for IE, NS, AOL, and a host of others? At least some code that will give me an effective "add to favorites" for the highest percentage of users. The code in my searches have been disclaimed has working with this but not that. I'm not sure how old
some of this code is either.
thanks!

There shouldn't be a way to do that in any browser.

If I want a bookmark (or favorite) to your site, I'll add it manually. I
don't want anyone's programming to modify my browser.

I wasn't intending to do it manually.
I would have a button or link.
Jul 20 '05 #6


"Jerry Park" <No*****@No.Spam> wrote in message
news:Gh*****************@fe04.atl2.webusenet.com.. .
shank wrote:
Is there any one "add to favorites" code that will work for IE, NS, AOL, and a host of others? At least some code that will give me an effective "add to favorites" for the highest percentage of users. The code in my searches have been disclaimed has working with this but not that. I'm not sure how old
some of this code is either.
thanks!

There shouldn't be a way to do that in any browser.

If I want a bookmark (or favorite) to your site, I'll add it manually. I
don't want anyone's programming to modify my browser.

I wasn't intending to do it manually.
I would have a button or link.
Jul 20 '05 #7
On 03.8.10 8:15 PM, shank wrote:


"Jerry Park" <No*****@No.Spam> wrote in message
news:Gh*****************@fe04.atl2.webusenet.com.. .
shank wrote:
Is there any one "add to favorites" code that will work for IE, NS, AOL, and a host of others? At least some code that will give me an effective "add to favorites" for the highest percentage of users. The code in my searches have been disclaimed has working with this but not that. I'm not sure how old
some of this code is either.
thanks!

There shouldn't be a way to do that in any browser.

If I want a bookmark (or favorite) to your site, I'll add it manually. I
don't want anyone's programming to modify my browser.

I wasn't intending to do it manually.
I would have a button or link.


I think what Jerry means is that if there happened to be some way of doing
this in Javascript, then every idiot web designer would try and add his own
site to the favorites list of every single visitor without asking their
permission (e.g., <BODY onload='addToFavorites()'>). (OK, so you would have
a "button or link", but there's already a button in just about every browser
that fulfils this purpose anyway.)

So where would that get us? Everyone would have favorites lists full of
rubbishy websites that had added themselves automatically, and the whole
idea of having a Favorites list would become useless overnight.

That's why it's impossible. Hope that clears everything up.

Phil

--
Philip Ronan
ph***********@virgin.net
(Please remove the "z"s if replying by email)
Jul 20 '05 #8
On 03.8.10 8:15 PM, shank wrote:


"Jerry Park" <No*****@No.Spam> wrote in message
news:Gh*****************@fe04.atl2.webusenet.com.. .
shank wrote:
Is there any one "add to favorites" code that will work for IE, NS, AOL, and a host of others? At least some code that will give me an effective "add to favorites" for the highest percentage of users. The code in my searches have been disclaimed has working with this but not that. I'm not sure how old
some of this code is either.
thanks!

There shouldn't be a way to do that in any browser.

If I want a bookmark (or favorite) to your site, I'll add it manually. I
don't want anyone's programming to modify my browser.

I wasn't intending to do it manually.
I would have a button or link.


I think what Jerry means is that if there happened to be some way of doing
this in Javascript, then every idiot web designer would try and add his own
site to the favorites list of every single visitor without asking their
permission (e.g., <BODY onload='addToFavorites()'>). (OK, so you would have
a "button or link", but there's already a button in just about every browser
that fulfils this purpose anyway.)

So where would that get us? Everyone would have favorites lists full of
rubbishy websites that had added themselves automatically, and the whole
idea of having a Favorites list would become useless overnight.

That's why it's impossible. Hope that clears everything up.

Phil

--
Philip Ronan
ph***********@virgin.net
(Please remove the "z"s if replying by email)
Jul 20 '05 #9
In article <BB**************************@virgin.net>, Philip
Ronan <ph***********@virgin.net> writes
On 03.8.10 8:15 PM, shank wrote:
snip
So where would that get us? Everyone would have favorites lists full of
rubbishy websites that had added themselves automatically, and the whole
idea of having a Favorites list would become useless overnight.

That's why it's impossible. Hope that clears everything up.

Phil


Is it possible using some other method?

I'm asking because this happened to me once.
A mysterious site appeared in my favourites list.

I like to know how they did that!

Cheers.
--
andy
Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: JP | last post by:
I have the need to be able to access the IE5+ favorites menu, read the title and URL for each shortcut so I can render the person's favorites list on a web page. The project I'm working on is...
9
by: Dennis Ruppert | last post by:
Greetings This is rather ambitious: I have a split database that contains many different reports. I have a form that the end user launches the reports from. They select the report criteria...
2
by: Tom McL. | last post by:
I have a new computer which came with sp2 and framework 1.1. I have noticed that my favorites that contain links to visual basic.net subjects that were saved under the earlier version framework...
1
by: Brian Kitt | last post by:
Over the years, from time to time, I've added a website as a 'favorite', and noticed that an icon (other than the standard ie icon) would be associated with it. Unfortunatley I don't have any of...
5
by: draken | last post by:
Basically, what I am looking to do is to sync up browsers favorites via a website without a download. I thought of javascript when first doing this, as I know, mozilla would allow me to pull them...
6
by: Killer42 | last post by:
I have actually asked a pretty similar question here in the past, without a great deal of success. But I've decided to try a different tack. So, what are the ways in which a network admin could...
2
by: cob98tp | last post by:
Hi all I a complete beginner when it come to using HTML code so please help me out! All I want to do is create a link in my document that will add my page to the browers' favorites list. What I...
5
by: andrewq2 | last post by:
I have a post in fourms.micorsoft.com but no one is responding, and i had good luck in google groups befor so i decieded on posting my question here also. Im trying to add a favorites function to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.