클릭해서 이미지 팝업 뛰우기.

· 2008-09-06 (토) 00:45:29 · 3634
<html>
<head>
<script language="JavaScript">
<!--
var win1Open = null
function displayImage(picName, windowName, windowWidth, windowHeight){
return window.open(picName,windowName,"toolbar=no,scrollbars=no,resizable=no,width=" + (parseInt(windowWidth)+20) + ",height=" + (parseInt(windowHeight)+15))
}
function winClose(){
if(win1Open != null) win1Open.close()
}
function doNothing(){}
//-->
</script>
<script language="JavaScript1.1">
<!--
function displayImage(picName, windowName, windowWidth, windowHeight, myText){
var winHandle = window.open("" ,windowName,"toolbar=no,scrollbars=no,resizable=no,width=" + windowWidth + ",height=" + windowHeight)
if(winHandle != null){
var htmlString = "<html><head><title>Picture</title><META http-equiv='imagetoolbar' content='no'></head>"
htmlString += "<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0  oncontextmenu='return false' ondragstart='return false' onselectstart='return false'>"
htmlString += "<center>"+myText+"</center>"
htmlString += "<a href=javascript:window.close()><img src=" + picName + " border=0 alt=닫기></a>"
htmlString += "</body></html>"
winHandle.document.open()
winHandle.document.write(htmlString)
winHandle.document.close()
}
if(winHandle != null) winHandle.focus()
return winHandle
}
//-->
</script>
</head>
<body>
<a href="javascript:doNothing()" onClick="win1Open=displayImage('aaa.jpg', 'popWin1', '370', '545', '여기에 글을 넣으세요.')" onMouseOver="window.status='Click to display picture'; return true;" onMouseOut="window.status=''"><img src="aaa.jpg" width="83" height="137" border="0"></a>
<a href="javascript:doNothing()" onClick="win1Open=displayImage('a.jpg', 'popWin1', '370', '546', '여기에 글을 넣으세요.')" onMouseOver="window.status='Click to display picture'; return true;" onMouseOut="window.status=''"><img src="a.jpg" width="98" height="142" border="0"></a>
<a href="javascript:doNothing()" onClick="win1Open=displayImage('3.jpg', 'popWin1', '500', '390', '여기에 글을 넣으세요.')" onMouseOver="window.status='Click to display picture'; return true;" onMouseOut="window.status=''"><img src="kissgod03t.jpg" border="0"></a>
</body>
</html>
[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

퍼블리셔팁

1,282건

퍼블리싱과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
HTML 08-09-22 조회 4,035
HTML 08-09-22 조회 3,456
HTML 08-09-20 조회 5,856
HTML 08-09-20 조회 4,971
HTML 08-09-20 조회 4,174
HTML 08-09-20 조회 3,098
HTML 08-09-20 조회 3,549
HTML 08-09-20 조회 4,616
HTML 08-09-20 조회 3,772
HTML 08-09-20 조회 3,472
HTML 08-09-18 조회 4,080
HTML 08-09-06 조회 3,635
HTML 08-09-06 조회 2,943
HTML 08-09-05 조회 3,957
HTML 08-09-05 조회 6,540
HTML 08-09-03 조회 4,518
HTML 08-09-03 조회 3,189
HTML 08-07-31 조회 3,455
HTML 08-07-18 조회 5,147
HTML 08-06-19 조회 3,332
HTML 08-06-15 조회 3,516
HTML 08-06-14 조회 4,155
HTML 08-05-23 조회 3,110
HTML 08-05-13 조회 2,917
HTML 08-04-22 조회 5,073
HTML 08-04-22 조회 5,855
HTML 08-04-22 조회 7,606
HTML 08-04-17 조회 3,888
HTML 08-04-17 조회 4,081
HTML 08-04-17 조회 3,848