Ver originalfunction verTag(){ var tag = document.getElementById("tag").value, n = window.open(""); n.document.write(tag);}