There's no way to follow a javascript link direrctly. Instead what you have to do is grab the request the javascript sends using Tamper Data in Firefox and duplicate that in calibre using mechanize.Request
Alternatively, uses regexps to parse the javascript and figure out the request url from that.
|