http://blog.naver.com/kb2000?Redirect=Log&logNo=70072504047
http://cafe.naver.com/bjphone/1173179
http://tomaxi.egloos.com/5315045
http://blog.naver.com/eugene82kr?Redirect=Log&logNo=30040677305
분류없음 2010/04/21 16:27

로딩바

http://www.ajaxload.info
<script>
function print_map()
{
window.onbeforeprint = hideArea; // 인쇄전에 실행할 함수
window.onafterprint = showArea; // 인쇄후에 실행할 함수
window.print();
};

function hideArea()
{
HiddenArea.style.display = 'none';
};

function showArea()
{
HiddenArea.style.display = 'inline';
};
</script>

<div ID='HiddenArea'>인쇄 안되지렁~~~</div>
<div>인쇄 되는곳!!</div>
http://sangsue.egloos.com/813523
svn sw --relocate current_repos_url new_repos_url
find ./ -name "*.html" -exec perl -pi -e "s/charset=euc-kr/charset=utf-8/g" {} \;
http://muzbox.tistory.com/