/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
setCopyright = function(){ var _html = ""; _html += "<p id='copyright'>© Copyright 2006 XXX All Rights Reserved.</p>"; document.write(_html); }