Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

BgProperties Example

<html> <head> <script>     function function1() {         document.all.myBody.bgProperties = "fixed";     } </script> </head> <body background="yourImage.gif" onclick="function1();" id="myBody"> </body> </html>