SoFunction
Updated on 2025-04-10

How to click on the image to change the background image of the page

<html>
<head>
<title>Click on the picture to change the background image of the page</title>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" marginwidth="0">
<script language="JavaScript1.2">
<!--
function tile(){
if (!)
return
var source=
if (=="IMG")
="url("++")"
}
function restore(){
=''
}
=restore
-->
</script>
      </p>
      <p align="center"><span class="bgimages" onClick="tile();=true">
      <img src="/images/" height=65 width=96 border=2>
      <img src="/images/" height=65 width=96 border=2>
<br>
      <img src="/images/" height=65 width=96 border=2>
      <img src="/images/" height=65 width=96 border=2></span></p>
    </td>
  </tr>
</table>
</center>
</body>
</html>