
네이버
블로그
김일찐의 하루
웃어요 웃어봐요
2008/03/25 20:40
http://blog.naver.com/oopes00/120049670208

출처 - 용가리홈피
퍼갈때에는 댓글 꼭 달아주긔 쪽♥

var viewer_image_url = "http://blogimgs.naver.com/blog20/blog/layout_photo/viewer/";
var photo = new PhotoLayer(parent);
photo.Initialized();
window.onunload = function()
{
photo.oPhotoFrame.doFrameMainClose();
if(typeof(mlayoutPhot)!="undefined") mlayoutPhoto.unload();
}.bind(this);
function clickPrevent(){
tmpFunc = function(){
var oPrintBody = document.getElementById('print_body');
var oPreventClickLayer = document.createElement("DIV");
oPreventClickLayer.className = "clickprevent";
with(oPreventClickLayer.style){
position = 'absolute';
top = '0px';
left = '0px';
width = '100%';
height = oPrintBody.scrollHeight + 'px';
filter = 'alpha(Opacity=0)';
opacity = '0.0';
background = '#FFFFFF';
zIndex = '1000';
}
oPrintBody.appendChild(oPreventClickLayer);
}
setTimeout(tmpFunc, 500);
return false;
}
clickPrevent();
tagNds("http://lcs.naver.com/i{100062918}");