[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

=?Utf-8?B?cm9kY2hhcg==?=

4/13/2004 7:16:00 PM

Is there code available to add a "Add to my favorites
list" button to a web page?
3 Answers

Greg Chagnon

4/13/2004 7:31:00 PM

0

Hi MichelleB,

Check the JavaScript resource located at http://www.websunl.../res...

You may also wish to same some time and take a look at J-Bots General Components
http://www.websunl.../order/Product/General/General_he...
http://www.websunl.../order/Product/General/fav...

--
Mike -- FrontPage MVP '97 - '02
http://www.websunl...


"MichelleB" <anonymous@discussions.microsoft.com> wrote in message news:1c09801c4218b$b6cff7f0$a301280a@phx.gbl...
> Is there code available to add a "Add to my favorites
> list" button to a web page?


Tom Pepper

4/13/2004 10:12:00 PM

0

Here's one:

http://www.dynamicdrive.com/dynamicindex9/a...

Google for more.
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/frontpage/prodinfo/de...
http://msdn.microsoft.com/office/understanding/...
----
"MichelleB" <anonymous@discussions.microsoft.com> wrote in message
news:1c09801c4218b$b6cff7f0$a301280a@phx.gbl...
| Is there code available to add a "Add to my favorites
| list" button to a web page?


Jim Buyens

4/13/2004 11:29:00 PM

0

>-----Original Message-----
>Is there code available to add a "Add to my favorites
>list" button to a web page?

Try this:

<script>
if (navigator.appName.substring(0,9) == "Microsoft"){
document.write("<p><a href='" +
"javascript:window.external.addFavorite" +
"(document.location,document.title)'>" +
"Add to favorites.</a></p>")
}
</script>

Jim Buyens
Microsoft FrontPage MVP
http://www.inter...
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------