Results 1 to 2 of 2

Thread: Learning Javascript to make Bookmarklets

  1. #1
    Join Date
    Dec 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Learning Javascript to make Bookmarklets

    hi I am very interested in learning how to make bookmarklets..
    and i know it's from JavaScript concepts..any guide or know how on Making Bookmarklets..??

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Try google for examples.

    A bookmarklet is just a bit of Javascript that does something to the page. You can do anything with this that you can with normal Javascript, just store it as a bookmark.

    The format is to use the following as the URL (I believe):
    "Javascript:CODE;"

    "CODE" can be anything you'd like.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •