output.js 73 B

123
  1. function output_get() {
  2. window.open('../servlet/output', '_blank');
  3. }