To clarify where exactly to put what - it should look like this in basic text box mode:
<p style="text-align: left">Contact:<a href=" location.href='mailto:'+String.fromCharCode(112,108,117,115,107,111,109,112,64,112,108,117,115,107,111,109,112,46,104,114)+'?'" target="noFrame">someone@somesite.com </a></p><iframe name="noFrame" frameborder="0" width="1" scrolling="no" height="1" style="visibility: hidden"></iframe>
target="noFrame" comes after '?'"
<iframe ... comes at the end
Thank you Henry for work-around.
Josip Radnik