선택 영역만 웹페이지 다른 이름으로 저장하는 스크립트 > script

본문 바로가기

script

선택 영역만 웹페이지 다른 이름으로 저장하는 스크립트

작성일 06-09-20 17:50

페이지 정보

작성자서방님 조회 102회 댓글 0건

본문

<iframe id=aaa></iframe>
<script>
    aaa.document.open("text/html","replace");
    aaa.document.write(obj);
    aaa.document.close();
    aaa.focus();
    aaa.document.execCommand('SaveAs');

</script>
<input type=button value=fdafdafd onclick=save(document.all.bbb.innerHTML)>
<span id=bbb>
fdafdafd
fdafd
</span>

댓글목록

등록된 댓글이 없습니다.

게시물 검색
Copyright © 서방님.kr All rights reserved.
PC 버전으로 보기