敬业的IT人 >> 网站建设 >> 网页设计 >> 网页特效 >> 点击图片从而改变网页背景图片

点击图片从而改变网页背景图片

敬业的IT人 互联网 佚名 2008-1-12 9:52:54

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效代码|JsCode.CN|---点击图片从而改变网页背景图片</title>

</head>

<body>

<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+")"
}

function restore(){
document.body.style.backgroundImage=''
}
document.body.ondblclick=restore
-->
</script>
      </p>
      <p align="center"><span class="bgimages">
      <img src="http://www.jscode.cn/images/IndexIron01.gif" height=96 width=96 border=2>
      <img src="http://www.jscode.cn/images/IndexIron02.gif" height=96 width=96 border=2><br>
      <img src="http://www.jscode.cn/images/IndexIron03.gif" height=96 width=96 border=2>
      <img src="http://www.jscode.cn/images/IndexIron04.gif" height=96 width=96 border=2></span></p>
    </td>
  </tr>
</table>
</center>

</body>

</html>

粤ICP备06119539号
Copyright CiscoSky.Org,Some Rights Reserved.
Email:me1228#tom.com