jamesrhodescomputers.co.uk

Useful Javascript

Automatic Copyright Update (place in /BODY) - link

Example =

<script type="text/javascript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Created by: www.jdstiles.com -->
<!-- Begin
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright © 2001-"+ update + " (your company name) All rights reserved.");
// End -->
</script>