View Full Version : Learning Javascript to make Bookmarklets
MyRedz
05-17-2010, 06:17 PM
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..??
djr33
05-17-2010, 07:07 PM
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.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.