Line 369 onwards;
if (!edCheckOpenTags(i)) {
var URL = prompt('Enter the URL' ,defaultValue);
if (URL) {
edButtons[i].tagStart = '<a href="' + URL + '" + target="'_blank'">';
edInsertTag(myField, i);
}
Thank you.
It works great!
One tip. Remove the single quotes from each side of _blank. This messed me up until I figured out it didn't have to be escaped out.
This topic has been closed to new replies.