Results 1 to 4 of 4

Thread: Bookmarking using JavaScript in Toolbook

  1. #1
    Join Date
    Jun 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Bookmarking using JavaScript in Toolbook

    Hi to all Toolbook masters,

    I created Course book in the Toolbook Instructor 2004. I like to add features of bookmark in my Course book. Please assist me to make this possible in Action script or Open script. And also using DHTML mode.

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    *blinks*

    Something like this?
    http://www.hypergurl.com/bookmark.html

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by cr3ative
    Or better yet, and avoiding a potentially very misleading error message:

    Code:
    <script type="text/javascript">
      if(window.external) {
        document.write('<a href="javascript:window.external.AddFavorite('
         + "'http://www.google.com/', 'Google'"
         + ');">Bookmark page<\/a>');
      }
    </script>
    That is, rather than include something on a page then tell a user it doesn't work, only include that something if it will work.

    Mike

  4. #4
    Join Date
    Mar 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hi

    Is any toolbook masters are there to share tips and tricks in toolbook
    My Questions are
    1.Do we able to animate in toolbook (other than path animation or inserting flash file in toolbook)
    2.Uses of Resource manager
    Last edited by Shravan; 03-31-2008 at 08:26 AM.

Bookmarks

Posting Permissions

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