This is my code
tinyMCEPopup.editor.execCommand('mceInsertContent', false, '<a href="<ers:redirectURL>https//yahoo.com</a>">xxx</a>');
but the output look like this
<ers:redirectURL>https/yahoo.com</a>
only 1 front slash? https/yahoo.com
I think the cause of problem was <ers:redirectURL>
But I need to put this tag <ers:redirectURL> between the URL.
Please help.
Anyway I got the answer. just add this in tinyMCE.init
convert_urls: false