I have recently had a problem with my html editor. It’s not as extensive as your web wiz editor but it works ok apart from one thing. I have found as the editor is using the components cmdExec("CreateLink") to create a link & can not add tags like _parent or _blank. This seams to be the same with your editor, news & journal. I have a fix for this that maybe you can develop. If in the link box I place URL & a switch on the end like /parent (eg, http://www.URL.com /parent) as long as the code below is placed before the string (strinfo) is saved in the script. It will replace URL & /parent with <a href="http://www.webwiz.net" target="_parent">
strinfo=(Replace(strinfo, "/parent""", """ target=""_parent"""))
strinfo=(Replace(strinfo, "target=_parent", ""))
Hope this can inspire you. BoLt 
Edited by BoLt