Hello, great script.
One error though, when you use links it will parse it like this:
http://www.yourdomain.com/”link.com”
However I have fixed this, by editing creatlink.js
var tagText = "<a href=\"" + text + "\" target=\"" + trgt + "\">"
To this
var tagText = "<a href=" + text + " target=\"" + trgt + "\">"
This seems to fix the problem and works across all browsers, had this error in chrome even on your demo site.
Kind Regards,
Lee Johnson




96 Purchases
31 Comments