This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > February 2006 > Bookmark Link





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Bookmark Link
Fortune Hunter Z

2006-02-12, 6:23 pm

Does DW have a feature in it to add a button to a page so that when clicked it automatically bookmarks the page for someone in their favorites menu?

Fortune Hunter
harley419

2006-02-12, 6:27 pm

I don't believe dreamweaver has the feature but you can add the snippet into
your code library. Here is the code you would use:
<script language="JavaScript1.2">
function bookmarkit(){
window.external.addFavorite('http://www.YOURDOMAINNAME.com/index.html','PUT
THE TEXT YOU WANT HERE')
}
if (document.all)
document.write('<a href="#" onClick="bookmarkit()">Internet Explorer users
bookmark this site by clicking here</a>')
</script>


Katsuey

2006-02-12, 6:27 pm

> Does DW have a feature in it to add a button to a page so that when
> clicked it automatically bookmarks the page for someone in their favorites
> menu?



Now that would be a real intrusion wouldn't it?
If I want to bookmark a page, I'll do it myself thank you.
Why the heck would I want you adding without my
permission to my bookmarks?


harley419

2006-02-12, 6:28 pm

This script does NOT bookmark the page automatically it simply creates a text
link (Internet Explorer users bookmark this site by clicking here) that you can
click to bookmark the page. I wouldn't suggest anyone use a script that
bookmarks a page without permission. That would just be a real bad business
decision. If you would like to see how this script works go to
http://www.diamondnetsolutions.com and you will see the link at the top of the
page that reads "Internet Explorer users bookmark this site by clicking here".

Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews