Search results

'popunder'에 해당하는 글들

  1. 2007/05/18  javascript - PopUnder (PopDown) 창 띄우기

<html>
  <script language="JavaScript">
    function popdown() {
        pop=window.open('<띄울 파일>','<창이름>','width=1,height=1',)
        pop.blur()
        window.focus()
    }
  </script>


  <body onLoad="popdown()">
    <b>HELL</b>o!!!
  </body>
</html>

이올린에 북마크하기(0) 이올린에 추천하기(0)
2007/05/18 17:45 2007/05/18 17:45
─ tag  ,
openclose