새창을 띠워서 focus주기

by 조쉬 posted Mar 01, 2014
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
function read(value){
  var newWindow = window.open('','viewer');
  document.read.action="NTBOARD_read.jsp";
  document.read.target = "viewer";
  document.read.num.value=value;
  document.read.submit();
  newWindow.focus();
  }

Articles

3 4 5 6 7 8 9 10 11 12