キリンさん の Blog

忘れても思い出せる様に、思いつくままに。

今日のWikipedia

2005-05-30 02:17:52 | PC
今日のWikipediaをjavascriptで書いてみました。

var now = new Date();
var month = now.getMonth() + 1; // 月
var day = now.getDate(); // 日
document.write('' "scripts/dailywiki.js"></script>
 <
title>今日の Wikipedia サンプル</title>
 <
/head>
 <
body>
 <
a href="
 
 
http://ja.wikipedia.org/">Wikipedia</a> でみる
<script type="text/javascript">

DailyWiki();

</script>
</body>
 <
/html>