I am trying to make a bookmarklet that uses the user\'s current URL, kind of like the tinyURL bookmarklet that uses this javascript code
javascript:void(loca
Try
javascript:void(location.href='http://mywebsite.com/create.php?url='+encodeURIComponent(location.href));