Help for this page

Select Code to Download


  1. or download this
    function encodeCN(id) {
      var tstr = document.getElementById(id).value;
    ...
      }
      document.getElementById(id).value = bstr;
    }