<html>
<head><style>
bgimages img {cursor:hand; border:0}
</style>
<script language="JavaScript1.2">
<!--
function tile(){
if (!document.all)
return
var source=event.srcElement
if (source.tagName=="IMG")
document.body.style.backgroundImage="url("+source.src+")"
}
//-->
</script>
</head>
<body>
<div class="bgimages" onClick="tile()">
<p class="bgimages" align="left"><img src="http://lia.pe.kr/java Tip/imge/20020516185006.jpg">
</div>
<p align="center"><input type=button name=bt_s value="소스보기" onClick='window.location="view-source:"+window.location.href'>
</body>
</html>
'Javascript' 카테고리의 다른 글
자동스크롤(아래로) (0) | 2016.06.01 |
---|---|
새창 띄우는 방법 (0) | 2016.06.01 |
마우스 주위를 맴도는 이미지 (0) | 2016.06.01 |
이미지를 마우스로 움직여보세요. (0) | 2016.06.01 |
이미지가 왔다갔다.. (0) | 2016.06.01 |