您的位置:首页 > 其它

点击改变网页图片背景

2008-05-01 06:09 387 查看
<html>
<head>
<title>Living Background</title>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" marginwidth="0">
<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" onClick="tile();event.cancelBubble=true">
<img src="simple_images/alixixi.gif" height=96 width=96 border=2>
<img src="simple_images/logo.gif" height=96 width=96 border=2><br>
<img src="simple_images/xml.gif" height=96 width=96 border=2>
<img src="simple_images/addnew.gif" height=96 width=96 border=2></span></p>
</td>
</tr>
</table>
</center>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: