CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    2

    How i Bookmark WebPage Through Java Applet & JavaScript



    Urgently ! How i Bookmark WebPage Through Java Applet & JavaScript

  2. #2
    Join Date
    May 2001
    Posts
    1

    Re: How to Bookmark a WebPage using JavaScript

    Here's the code:

    <SCRIPT>
    if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
    document.write("<SPAN STYLE='color:#006; cursor:hand; text-decoration: underline; font-weight:bold; font-size:9pt; font-family:Arial;' onclick='window.external.AddFavorite(window.parent.location.href, window.parent.document.title);'><center>Add Intellectual Capital to your favorites!</center></SPAN>");
    }
    </SCRIPT>


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured