PC Review


Reply
Thread Tools Rate Thread

"Add my website to your Favorites Folder"

 
 
=?Utf-8?B?R2VybWFuaWN1cw==?=
Guest
Posts: n/a
 
      23rd Jun 2006
How do I give someone the option to click on a hot button to add my page to
their Favorites folder? I've seen this done on many pages, but now I need to
add the option to my own website. Any advice will be greatly appreciated!
Thanks in advance,
Jeff
 
Reply With Quote
 
 
 
 
=?Utf-8?B?SHVtaSBLaGFu?=
Guest
Posts: n/a
 
      23rd Jun 2006
This is the html script thats normally being used!

<a href="#"
onmousedown="addBookmark('DCEvolution','http://dcevolution.net/')"
onmouseover="return overlib('Bookmark us.')" onmouseout="return
overlib('www.dcevolution.net - www.dcevo.com',DELAY, 1000);"><img
src="./images/bookmark.gif" alt="Bookmark" width="10" height="28" border="0"
/></a>

"Germanicus" wrote:

> How do I give someone the option to click on a hot button to add my page to
> their Favorites folder? I've seen this done on many pages, but now I need to
> add the option to my own website. Any advice will be greatly appreciated!
> Thanks in advance,
> Jeff

 
Reply With Quote
 
Guest
Posts: n/a
 
      25th Jun 2006
Hi Humi Khan,
I also did tried BUT not working or no Icon or button were visible.
Can you PLEASE tell us what words are to replace? Also, Thank You!


"Humi Khan" <(E-Mail Removed)> wrote in message news:11AE4EB6-E635-4CD9-B5D2-(E-Mail Removed)...
This is the html script thats normally being used!

<a href="#"
onmousedown="addBookmark('DCEvolution','http://dcevolution.net/')"
onmouseover="return overlib('Bookmark us.')" onmouseout="return
overlib('www.dcevolution.net - www.dcevo.com',DELAY, 1000);"><img
src="./images/bookmark.gif" alt="Bookmark" width="10" height="28" border="0"
/></a>

"Germanicus" wrote:

> How do I give someone the option to click on a hot button to add my page to
> their Favorites folder? I've seen this done on many pages, but now I need to
> add the option to my own website. Any advice will be greatly appreciated!
> Thanks in advance,
> Jeff



 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      26th Jun 2006
<<< R I N O >>> wrote:
> Hi Humi Khan,
> I also did tried BUT not working or no Icon or button were visible.
> Can you PLEASE tell us what words are to replace? Also, Thank You!
>
>
> "Humi Khan" <(E-Mail Removed)> wrote in message
> news:11AE4EB6-E635-4CD9-B5D2-(E-Mail Removed)... This is
> the html script thats normally being used!
>
> <a href="#"
> onmousedown="addBookmark('DCEvolution','http://dcevolution.net/')"
> onmouseover="return overlib('Bookmark us.')" onmouseout="return
> overlib('www.dcevolution.net - www.dcevo.com',DELAY, 1000);"><img
> src="./images/bookmark.gif" alt="Bookmark" width="10" height="28"
> border="0" /></a>
>
> "Germanicus" wrote:
>
>> How do I give someone the option to click on a hot button to add my
>> page to their Favorites folder? I've seen this done on many pages,
>> but now I need to add the option to my own website. Any advice will
>> be greatly appreciated! Thanks in advance,
>> Jeff


Here's one way to do it

<body onload="addfavs();">
<span id="addfav"></span>

This is the script
var is_ie = (navigator.appVersion.indexOf('MSIE') != -1) ? true : false
var hometitle = "your home title"
var homepage = 'http://yoursite.yourdomain.com/'
function addfavs()
{
var appver, is_minor, is_major, text

if (is_ie)
{ appver = navigator.appVersion
is_minor = parseFloat(appver.substring(appver.indexOf('MSIE') + 5,
appver.indexOf(';',appver.indexOf('MSIE')) ))
is_major = parseInt(is_minor) }

text = '<a href="#" onclick="window.external.AddFavorite'
+ ' (homepage,hometitle);return false;"'
+ ' title="Add our site to your favorites!">'
if (is_ie && is_major >= '4')
text += 'Add our site to your favorites!</a>'
else
text += 'To add our site to your favorites - Press (Ctrl+D)</a>'
document.getElementById("addfav").innerHTML = text + '<hr />'
}

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


 
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
how can website "favorites" icon be added to outlook toolbar ? gosti Microsoft Outlook Discussion 2 7th Oct 2008 05:07 AM
Users deleting public folder contents in "Favorites" =?Utf-8?B?SEFMSVNHdXk=?= Microsoft Outlook Discussion 0 30th Mar 2005 11:49 PM
Where did the "Favorites" folder (under "Look In:") go when openi. =?Utf-8?B?S2FyZW4=?= Microsoft Excel Misc 4 27th Jan 2005 07:55 PM
Lost "Sharing..." in context menu for Favorites folder Windows Networking 0 13th Jul 2004 08:42 AM
Deleting offensive url addresses from Favorites folder "permanently" AKent Windows XP Internet Explorer 1 21st Jan 2004 10:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:03 AM.