1. No Image

    JavaScript 원하는 사이즈로 Popup창 띄우기

    #적용할 JavaScript <script language="JavaScript" type="text/javascript"> function winOpenWH(goto,w,h){ window.open(goto,null,"location=yes,scrollbars=yes,resizable=yes,width="+w+",height="+h+";"); } </script> 다른 변수들을 활용코자 할 때, Method 확인 ...
    Date2011.07.21 CategoryEngineering Views16436
    Read More
  2. No Image

    iframe 활용(내부의 내용 가져오기, 필요한 부분만 아이프레임으로 가져오기)

    # iframe 내부의 내용 가져오기 from tornado 의 블로그 1. 읽어오려는 페이지에서 원하는 영역의 div id 확인 예) <div id="body">가져올 내용</div> 2. 읽어오는 페이지에 추가되는 Java Script <script> <!-- function getContents(frameName){ var contents = frames...
    Date2011.07.21 CategoryEngineering Views128529
    Read More
  3. No Image

    pop up window from image map JavaScript and AJAX forum at WebmasterWorld

    http://www.webmasterworld.com/forum91/760.htm
    Date2011.07.13 CategoryEngineering Views31462
    Read More
Board Pagination Prev 1 Next
/ 1