|
Looking for a Bookmark script
Does anyone know of a good bookmark script that can bookmark the page you are currently on without having to hard code the URL ?
Right now I am using javascript and I have to put the url like this
javascript:bookmarksite('mysite', 'http://mysiteurl.com')
|