<html>
<head><title>点击图片更换背景图案</title></head><body bgcolor="#FFFFFF" leftmargin="0" marginwidth="0"><script language="JavaScript1.2"> <!--function tile(){ if (!document.all)returnvar source=event.srcElementif (source.tagName=="IMG")document.body.style.backgroundImage="url("+source.src+")"}function restore(){ document.body.style.backgroundImage=''}document.body.οndblclick=restore--></script> </p> <p align="center"><span class="bgimages" onClick="tile();event.cancelBubble=true"> <img src="/jscss/demoimg/bgdemo1.jpg" height=96 width=96 border=2> <img src="/jscss/demoimg/bgdemo2.jpg" height=96 width=96 border=2></span></p> </td> </tr></table></center></body></html>