CSS > 新さっぽろ60+One

JavaScript

4.条件処理 <14p>



<html>
<head><title>variable</title></head>
<body>
<script language="JavaScript">
<!--
//
a=new Date().getDate()
//
if(a>=25){
document.write("給料日後です。");
}
else{
document.write("給料日前です。");
}
 //-->
</script>
<noscript>
このページはJaveScriptが使用されています。
</noscript>
</body>
</html>