Apr 6, 2003 #1 thebatman IS-IT--Management Joined Oct 29, 2001 Messages 61 Location US How do I add a link to create a bookmark in the Internet Explorer Favorites? Shouldn't be that hard, but I am looking for some guidance. Thanks, E
How do I add a link to create a bookmark in the Internet Explorer Favorites? Shouldn't be that hard, but I am looking for some guidance. Thanks, E
Apr 6, 2003 #2 DelphiAaron Programmer Joined Jul 4, 2002 Messages 826 Location AU 1) Insert the following code where you want the link to appear in your page. Change the url, the title and the message to be shown. <a href="javascript:window.external.AddFavorite('http://www.webpage.com', 'my page name')"> <font face="Arial" size="2">Add my page to your favorites</font></a> Aaron Taylor John Mutch Electronics http://www.jme.com.au Upvote 0 Downvote
1) Insert the following code where you want the link to appear in your page. Change the url, the title and the message to be shown. <a href="javascript:window.external.AddFavorite('http://www.webpage.com', 'my page name')"> <font face="Arial" size="2">Add my page to your favorites</font></a> Aaron Taylor John Mutch Electronics http://www.jme.com.au
Apr 7, 2003 Thread starter #3 thebatman IS-IT--Management Joined Oct 29, 2001 Messages 61 Location US That worked great. Thanks for the help. Upvote 0 Downvote
Apr 8, 2003 #4 DelphiAaron Programmer Joined Jul 4, 2002 Messages 826 Location AU dont i get a star ??? Aaron Taylor John Mutch Electronics http://www.jme.com.au Upvote 0 Downvote
Apr 9, 2003 Thread starter #5 thebatman IS-IT--Management Joined Oct 29, 2001 Messages 61 Location US How about a Thumbs Up! Upvote 0 Downvote