Admin DueLLoYöneticisi
Mesaj Sayısı : 928 Doğum tarihi : 06/07/90 Yaşı : 34 Nerden : Antalya İş/Hobiler : Webtasarım - Öğrenci Lakap : Site sahibi Rep Puanı : 735008
| Konu: Copyright Notice (ing) Cuma Ara. 04, 2009 8:30 pm | |
| Tüm sayfalarınıza kolayca copyright (kullanım hakları) uyarısını eklemenizi sağlıyor. - Kod:
-
<script type="text/javascript"> /* This script and many more are available free online at The JavaScript Source!! http://javascript.internet.com Created by: Spike McLarty | http://www.dosadi.com/ */ function copyDate() { var cpyrt = document.getElementById("copyright") if (cpyrt) { cpyrt.firstChild.nodeValue = (new Date()).getFullYear(); } } window.onload = copyDate; </script> Copyright 2002-<span id="copyright">...</span> by Acme Corporation. All rights reserved | |
|