favorites menu

J

Jim Buyens

Copy this script and then, in FrontPage, switch to Code view and paste it
where you want the link to appear.

<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>

You can also paste it in Design view if you choose Edit, Paste Special, Do
Not Convert.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
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)
|/---------------------------------------------------
*----------------------------------------------------
 
V

Vern

Thanks for the quick reply, Jim, and that will help. But, I want to have an
"icon" show up in the address bar and favorite menu when someone
views/bookmarks my page. How would I accomplish that? Thank you.
 
T

Tina Clarke

Vern said:
How do you add a favicon to a page setup with FP 2003?

Thanks!

http://accessfp.net/faviconico.htm

hth Tina


http://accessfp.net/ - FrontPage Resource Centre
http://anyfrontpage.com/ - Lookout for the revamp coming soon.
http://artdoodle.com/ - Original Abstract Art
http://addonfp.com/ - FrontPage Addons
http://frontpage-tips.com/ - FrontPage Tips - sign up for the launch now.
http://msmvps.com/frontpage/ - FrontPage News & Articles Blog
http://frontpage-advice.blogspot.com/ - FrontPage Advice Blog
 
Top