H

HTML에 얹히지 않은 이미지팝업(화면 중앙으로)

· 19년 전 · 2828 · 1
HTML에 얹지않고, image만 경로로 잡아서, 팝업을 띄울만한 소스가 필요했습니다.
검색으로 얻어진 몇가지 소스를 병합해봤습니다.

불여우도 잘 되네요.^^


<html>
<head>
<title> HTML에 얹히지 않은 이미지팝업(화면 중앙으로) </title>

<script language="JavaScript">
<!--

var imgObj = new Image();

function showImgWin(imgName) {
imgObj.src = imgName;
setTimeout("createImgWin(imgObj)", 100);
}

function createImgWin(imgObj) {
if (! imgObj.complete) {
setTimeout("createImgWin(imgObj)", 100);
return;
}

var pop_left = parseInt((screen.availWidth/2) - (imgObj.width/2));
var pop_top = parseInt((screen.availHeight/2) - (imgObj.height/2));

imageWin = window.open("", "_blank","width=" + imgObj.width + ",height=" + imgObj.height + ",top="+pop_top+",left="+pop_left+",toolbar='no',location='no',directories='no',status='no',menubar='no',scrollbars='no',resizable='no'");
imageWin.document.writeln("<html>");
imageWin.document.writeln("<head>");
imageWin.document.writeln("<title>기본 화면 Title</title>");
imageWin.document.writeln("</head>");
imageWin.document.writeln("<body leftmargin='0' marginwidth='0' topmargin='0' marginheight='0' onDragStart='return false' onSelectStart='return false' style='margin:0;'>");
imageWin.document.writeln(" <img src='" + imgObj.src + "' border='0' onClick='window.close();'>");
imageWin.document.writeln("</body>");
imageWin.document.writeln("<html>");
// imageWin.document.title = imgObj.src; //Title을 이미지 경로로 맞춘다면 주석해제!!!

}

-->
</script>

</head>

<body>
<!-- -->
<a href="JavaScript:showImgWin('이미지위치/이미지명');">팝업띄우기</a>

</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|

댓글 1개

굿입니다.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 2,488
19년 전 조회 3,278
19년 전 조회 2,483
19년 전 조회 3,342
19년 전 조회 3,737
19년 전 조회 5,457
19년 전 조회 3,362
19년 전 조회 3,368
19년 전 조회 2,966
19년 전 조회 2,696
19년 전 조회 2,951
19년 전 조회 2,680
19년 전 조회 2,786
19년 전 조회 2,580
19년 전 조회 2,942
19년 전 조회 3,201
19년 전 조회 3,482
19년 전 조회 7,290
19년 전 조회 5,414
19년 전 조회 2,667
19년 전 조회 5,413
19년 전 조회 3,341
19년 전 조회 2,709
19년 전 조회 2,375
19년 전 조회 3,816
19년 전 조회 3,130
19년 전 조회 3,513
19년 전 조회 3,135
19년 전 조회 3,629
19년 전 조회 2,946
19년 전 조회 3,694
19년 전 조회 2,662
19년 전 조회 4,349
19년 전 조회 3,532
19년 전 조회 4,350
19년 전 조회 3,721
19년 전 조회 3,355
19년 전 조회 3,628
19년 전 조회 2,683
19년 전 조회 3,089
19년 전 조회 2,593
19년 전 조회 3,966
19년 전 조회 4,991
19년 전 조회 4,016
19년 전 조회 1,993
19년 전 조회 2,979
19년 전 조회 2,660
19년 전 조회 2,862
19년 전 조회 4,660
19년 전 조회 2,829
20년 전 조회 3,292
20년 전 조회 3,239
20년 전 조회 3,908
20년 전 조회 3,884
20년 전 조회 2,109
20년 전 조회 2,475
20년 전 조회 3,057
20년 전 조회 2,698
20년 전 조회 4,564
20년 전 조회 3,558
20년 전 조회 4,332
20년 전 조회 2,862
20년 전 조회 2,729
20년 전 조회 3,209
20년 전 조회 2,722
20년 전 조회 3,011
20년 전 조회 2,715
20년 전 조회 3,433
20년 전 조회 1,924
20년 전 조회 3,245
20년 전 조회 2,540
20년 전 조회 2,432
20년 전 조회 2,522
20년 전 조회 2,888
20년 전 조회 2,379
20년 전 조회 4,718
20년 전 조회 2,936
20년 전 조회 2,692
20년 전 조회 3,200
20년 전 조회 3,305
20년 전 조회 3,368
20년 전 조회 2,900
20년 전 조회 3,279
20년 전 조회 2,805
20년 전 조회 2,451
20년 전 조회 3,025
20년 전 조회 2,727
20년 전 조회 2,781
20년 전 조회 4,050
20년 전 조회 3,513
20년 전 조회 5,256
20년 전 조회 2,650
20년 전 조회 4,771
20년 전 조회 3,359
20년 전 조회 3,132
20년 전 조회 3,981
20년 전 조회 2,907
20년 전 조회 3,978
20년 전 조회 4,269
20년 전 조회 3,679