Target 썸네일형 리스트형 javascript location.href target 스크립트로.. 페이지 이동시. 새창으로 띄워야 되는 경우가 있네요.. 찾아보니.. function fnMove(newWindow){ try{ if(!newWindow) location.href = "test.html"; // targetFrame.location.href 으로 작성 가능 else{ var newWin = window.open('about:blank'); newWin.location.href = "test.html"; } } catch(ex){ alert(ex.message); } } // 일반적인 이동 // 새창 이동 와 같이 작성하시면 됩니다.. 더보기 이전 1 다음