묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
윈도우 창으로 링크를 띄우는데요..
2002.05.04 23:11
안녕하세요.
예를 들면..
<a href=# onclick="window.open('dd.htm','top','resizable=no,scrollbars=no,width=530 height=250');return false" onfocus="this.blur()">TEST</a>
식으로 dd.htm 을 새창으로 띄우고 나서요.. 이 창을 닫지 않은 상태에서
또 다시
<a href=# onclick="window.open('aa.htm','top','resizable=no,scrollbars=no,width=530 height=250');return false" onfocus="this.blur()">TEST2</a>
식으로 aa.htm 을 띄우게 되면.. 그 전에 띄워져 있던 dd.htm 창에 aa.htm 이 나타나게 되는데요.
그러니깐.. dd.htm 을 띄우고 나서 aa.htm 도 따로 띄울려면 어떻게 해야 하나요?
타켓 값을 다르게 줘봐도 전혀 변하는게 없던데.. 어떻게 해야 하는지..
예를 들면..
<a href=# onclick="window.open('dd.htm','top','resizable=no,scrollbars=no,width=530 height=250');return false" onfocus="this.blur()">TEST</a>
식으로 dd.htm 을 새창으로 띄우고 나서요.. 이 창을 닫지 않은 상태에서
또 다시
<a href=# onclick="window.open('aa.htm','top','resizable=no,scrollbars=no,width=530 height=250');return false" onfocus="this.blur()">TEST2</a>
식으로 aa.htm 을 띄우게 되면.. 그 전에 띄워져 있던 dd.htm 창에 aa.htm 이 나타나게 되는데요.
그러니깐.. dd.htm 을 띄우고 나서 aa.htm 도 따로 띄울려면 어떻게 해야 하나요?
타켓 값을 다르게 줘봐도 전혀 변하는게 없던데.. 어떻게 해야 하는지..