Basic Copyright Script - setCopyright


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. setCopyright = function(){
  2. var _html = "";
  3. _html += "<p id='copyright'>© Copyright 2006 XXX All Rights Reserved.</p>";
  4. document.write(_html);
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.