点击图片从而改变网页背景图片....
<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" onClick="tile();event.cancelBubble=true"> <img src="http://www.update8.com/templets/images/top-logo.gif" height=96 width=96 border=2> <img src="http://www.update8.com/templets/images/top-logo.gif" height=96 width=96 border=2><br> <img src="http://www.update8.com/templets/images/top-logo.gif" height=96 width=96 border=2> <img src="http://www.update8.com/templets/images/top-logo.gif" height=96 width=96 border=2></span></p> </td> </tr> </table> </center> </body> </html> 提示:您可以先修改部分代码再运行,复制代码和保存代码功能在Firefox下无