Help for this page
function encodeCN(id) { var tstr = document.getElementById(id).value; ... } document.getElementById(id).value = bstr; }