ホーム へ       サンプルページ  カレンダー 6 calendar6.htm

カレンダーです。  1行の時計 付 き(削除可)。    罫線サイズ0、1行1列、中央配置の表(テーブル)に嵌めています。    DHTML。      配置配色などのカスタマイズはテキストエディターなどで可。    Internet Explorer4.x〜 対応。     コピー、編集し、簡単にWebで応用できまっ、(^ ^)。

デモは、月、年の ▼  のクリックなどで。      ポップアップWinで

 

< ご使用方法 >

・ ローカル(=PC)への保存は、calendar6.htm を右クリック、[対象をファイルに保存] - 【ファイルのダウンロード】、【ファイル名を付けて保存】 - <保存する場所>: ……、などで。    ※: 【Internet Explorer】 - [ファイル] - [名前を付けて保存]−[ファイルの種類] ”Webページ、完全” ……、などで変わってしまったファイル名や、*.html 中のパスは要修正。

 ・ このDHTMLの実装方法は、calendar6.htm をテキストエディターで開き、ホームページ作成ソフトなどのHTML挿入/編集メニューなどを使って、新しいページ 1 や hogehoge.html(=任意の挿入先ファイル名) の、 <head> 〜 </head> の任意の行間に (*1)を、さらに <body> 〜 </body>の任意の行間に (*2) をペーストします。

 ・ 編集方法は、hogehoge.html を WordPad や SmipleTextなどのテキストエディター、あるいは ”FrontPage Express” などのホームページ制作ソフトのHTMLタグ挿入/編集メニュー で開き編集します。    下記の(例) (*1) と、(*2) を参考に太字部分の編集を任意に行います。   ※: テキストエディターによる編集は、HP制作ソフトとの互換性の問題を生じません(HP制作ソフト間は少し生じる)。

 ・ 作動テストは、ローカル(PC)に保存し、 Internet Explorer 8.x〜 などで開いて。    更新の確認は、ie、Safariやサーバーからのキャッシュデーター更新を、目的のページを表示し ieで [F5]キー を押し最新データ読み込みで行います(≠再アクセス)。

 ・ アップロードや作動テストは、hogehoge.html と同じ階層〔ホルダー/ディレクトリー〕に、使用する画像、*.jsなども転送/配置し実施。  ※:別ディレクトリーに配置時は、*.html 中のパスは要修正。   FTPなどで変わったファイル名は要修正。    スクリプト構文中への改行混入は非作動原因。

 ・ 関連情報 : 色記号62スタイルシートリファレンスホームページ開設入門が便利!。   Web DevelopmentWeb開発MSDN IE8 HTMLとCSS開発ツールでサイトを修正スクリプト デバッグの概要HTMLとCSSのサポートCSSの改良点IE7IE6XMLDHTML

(*1) calendar6.htm (例)        挿入先の  <head> 〜 </head>の、部分にペーストします。

HTMLの編集方法   (*1) をテキストエディターで開き、下記↓のHTMLを挿入先ファイルにペースト、太字部分を編集し使用。
〔この列ペースト不要〕  

シフトJIS使用(削除不可)

ieなどに表示するアイコンファイル名(削除可)

<style type 〜 </style>は(削除可)
(*1)〜(*3)表タイトル背景

body 文字色 背景色 下線
ハイパーリンク 〃
表示済みの〃
マウスオーバー時の〃
クリック中の〃
フォント

 

リンクを新しいWinで開くを標準(削除可)※:target= いろいろ
同じフレーム=_self、ページ全体=_top、親フレーム=_parent
お気に入り、タスクバーに表示するページ名(≠ファイル名)

 

1行の時計部分(削除可)

 

 

 

 太字

 

<meta http-equiv="Content-Type" content="text/html; charset=x-sjis">

<link REL="SHORTCUT ICON" href="favicon.ico">

<style type="text/css"><!--
.xxx0 { background: #F9F8F9 url('wttec.gif'); }
.xxx1 { background-color:#E3E0DC; }
.xxx2 { background-color:#FFFFFF; }
body { color:#000000; background: #F9F8F9 url('wttec.gif'); text-decoration:none; }
a:link { color:#3C0055; background-color:#FBFAFE; text-decoration:none; }
a:visited { color:#270037; background-color:#EDECEF; text-decoration:none; }
a:hover { color:#1F002E; background-color:#D2F3F4; text-decoration:underline; }
a:active { color:#1F002E; background-color:#F5FFD2; text-decoration:underline; }
font {
font-size:12px;
line-height:13px;
}
body,tr,td,form{ font-family:MS PGothic,MS Gothic,Verdana; font-size: 12px}
</style>

<base target="_blank">

<title>サンプルページ  カレンダー 6</title>

 

<script>

var dayarray=new Array("日","月","火","水","木","金","土")

====  この間、説明を省略。  ====

//change font size here

var cdate="<small><font color='000000' face='MSP Gothic,MS Gothic'><b> "+year+" 年 "+montharray[month]+" "+daym+" 日 "+dayarray[day]+" "+hours+":"+minutes+":"+seconds+" "+dn

+"</b></font></small>"

if (document.all)

====  この間、説明を省略。  ====

setInterval("getthedate()",1000)

}

</script>

(*2) calendar6.htm (例)        挿入先の  <body> 〜 </body> の、 部分にペーストします。

HTMLの編集方法   (*2)をテキストエディターで開き、下記↓のHTMLを挿入先ファイルにペースト、太字部分を編集し使用。
〔この列ペースト不要〕

※:<body> 部の編集、1行の時計部分(削除可) 背景 リンク 表示済みリンクンク アクティブリンクの各色(任意値)

罫線サイズ0、1行1列、中央配置の表(テーブル) - 1/2

 

 

 

1行の時計(削除可)

 

 

 

 

 

 

 

 

月文字、アルファベット可(スペースあり)

配色以下同じ、※:色記号2色名指定

 

曜日名、アルファベット可

 

 

 

 

 

 

 

 

 

 

 

 

罫線サイズ0、1行1列、中央配置の表(テーブル) - 2/2

 

<body onLoad="goforit()"bgcolor="#F8F5F5" link="#54006C" vlink="#62000D" alink="#00FFFF">

 

<div align="center">

<center>

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">

<tr>

<td width="100%" align="center">

<span

style="background-color: #E7D6F5; color: #5E5543"><!--webbot

bot="HTMLMarkup" startspan --><p><span id="clock"></span></p> <!--webbot bot="HTMLMarkup" endspan --></span></font>

<!--webbot bot="HTMLMarkup" startspan -->

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at The JavaScript Source!! http://javascript.internet.com Original: Scriptbreaker (pieterpareit@hotmail.com ) Web Site: http://www24.brinkster.com/scriptbreaker -->

<!-- Begin

var now = new Date();

var month_array = new Array("  1月 ","  2月 ","  3月 ","  4月 ","  5月 ","  6月 ","  7月 ","  8月 ","  9月 "," 10月 "," 11月 "," 12月 ");

document.write("<form name=date_list><table bgcolor=silver><tr><td>");

====  この間、説明を省略。  ====

document.write("</select></td></tr><tr><td colspan=2><center>");

document.write("<table bgcolor=white border=0 cellspacing = 0 cellpading = 0 width=100%><tr bgcolor=#D6D0C6 align=center>");

document.write("<td><font color=#38333E></font></td><td><font color=#38333E></td><td><font color=#38333E></td><td><font color=#38333E></td><td><font color=#38333E></td><td ><font color=#6E0098></td><td ><font color=#980024></td>");

document.write("</tr><tr>");

====  この間、説明を省略。  ====

colum_name = eval("d"+i+"r"+j);

if ((now.getDate() == c)&&(show_date.getMonth() == now.getMonth())&&(show_date.getYear() == now.getYear())) {colum_name.style.backgroundColor = "#7B6B5F";colum_name.style.color = "MistyRose";};

colum_name.innerText = c;

====  この間、説明を省略。  ====

}// End -->

</script>

<!--webbot bot="HTMLMarkup" endspan i-checksum="47163" --></td>

</tr>

</table>

</center>

</div>

< 補足 >    適時参照あれ!。

・ Wordpad によるHTMLソース(タグ)を見ながらの直接編集方法。