Falling Snow3. Add to Your Page |
|
Join the DiscussionMore of this FeatureAll that remains to be done now is to add the falling snow script into your web page. To do this we first add the script code to your page by placing the following into the head section:
<script src="snow.js"
type="text/javascript">
</script> The final step to install the script is to place the following code at the bottom of the body section of your page to trigger the effect once the page has loaded.
<script type="text/javascript">
startSnow(); </script>
Sample Page | Obtain the Script | Add to Your Page
|

