Alex wrote > a trailing "*" in a URL would > be converted to make the link open in a new browser tab/window - by > changing it to? TARGET="_blank" Couldn’t you simply replace your suitably chosen trailing characters with TARGET="_blank" after using the function? (I mention characters as a single * might be used elsewhere.) James