<head> 사이에 넣는 소스는 수정할 곳은 없고, 다만 새창에서 띄워져서 타이틀 바에 나올
제목을 변경 해 줄 수는 있습니다. 그림을 바꿔주세요.
<body> 에 넣는 직접적인 소스(이미지경로)에서는,
각 해당 그림주소를 넣어주세요.
첫 번째 나오는 '370', '529'이부분은 원래 그림의 크기,(가로, 세로)
두 번째 나오는 width="96" height="114" 요부분은
원 페이지상 축소된 크기를 적어주시면 됩니다.
제목을 변경 해 줄 수는 있습니다. 그림을 바꿔주세요.
<body> 에 넣는 직접적인 소스(이미지경로)에서는,
각 해당 그림주소를 넣어주세요.
첫 번째 나오는 '370', '529'이부분은 원래 그림의 크기,(가로, 세로)
두 번째 나오는 width="96" height="114" 요부분은
원 페이지상 축소된 크기를 적어주시면 됩니다.
<head> </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){
var winHandle = window.open("" ,windowName,"toolbar=no,scrollbars=no,resizable=no,width=" + windowWidth + ",height=" + windowHeight)
if(winHandle != null){
var htmlString = "<html><head><title>클릭시 원래 이미지대로 보이기</title></head>"
htmlString += "<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>"
htmlString += "<a href=javascript
htmlString += "</body></html>"
winHandle.document.open()
winHandle.document.write(htmlString)
winHandle.document.close()
}
if(winHandle != null) winHandle.focus()
return winHandle
}
//-->
</script>
<body> </body> 사이에 소스를 삽입하세요.
<a href="javascript
댓글
댓글 쓰기