ホーム へ       サンプルページ  カレンダー2a  calender2a.htm

カレンダー、サイズ・彩色任意。      DHTML、Behavior。     サイズ、彩色などのカスタマイズはテキストエディターなどで可。    InternetExplorer5.x〜対応。    コピー、編集し、簡単にWebで応用できまっ、(^ ^)。           関連情報 :calender2a.hta(Winサイズ指定・可変、<body>部のマージン指定有り。)

デモは、月・年などの選択で。    ※: 非作動時は、 【Internet Explorer】- [ツール] - [互換表示設定] - [追加するWebサイト] - [追加] - [互換表示に追加したWebサイトト] - [so-net.ne.jp(例)]を、お試しあれ!。 

 

< ご使用方法 >

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

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

 ・ 編集方法は、hogehoge.html を WordPad や SmipleText などのテキストエディター、あるいは ”FrontPage Express” などのホームページ制作ソフトのHTMLタグ挿入/編集メニュー で開き編集します。    下記の(例) (*1) と、 (*2)(*3)( カレンダー部分の彩色、サイズ指定) を参考に太字部分の編集を任意に行います。   アイコン画像などの変更は準備した画像ファイル名を 、hogehoge.html などの該当部分に記述。   パラメーターの変更は該当部分で。    ※: テキストエディターによる編集は、HP制作ソフトとの互換性の問題を生じません(HP制作ソフト間は少し生じる)。

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

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

 ・ 関連情報 : 色記号5〃6スタイルシートリファレンスホームページ開設入門。   Web DevelopmentWeb開発IE10 互換性クックブック〃開発者向けガイド、IE API リファレンスIE 開発 > HTMLとCSS開発ツールでサイトを修正スクリプト デバッグの概要HTMLとCSSのサポートCSSの改良点XML〃リファレンスDHTML

 

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

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

追加カレンダー部分

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

互換表示

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

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

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

リンクを新しいWinで開くを標準(削除可)※:target= いろいろ

同じフレーム target="_self"
ページ全体  target="_top"
親フレーム  target="_parent"

お気に入り、タスクバーに表示するページ名(≠ファイル名)

時計部分(削除可)

<html xmlns:IE>

<!-- □ ↑の xmlns:IE 部分を追加記述します。 ------------ -->

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

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />

<link REL="SHORTCUT ICON" href="faviconu.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>サンプルページ  カレンダー2a</title>

<!-- ◎ ----------- ↓ この間をコピー&ペーストします。  時計部分  ------------ -->

<STYLE>

@media all

{

IECalendar

{

behavior: url(102211.htc) ;

width : 33%;

}

}

</STYLE>

<script>

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

if (document.all||document.getElementById)

setInterval("getthedate()",1000)

}

</script>

<!-- ◎ ----------- ↑ この間をコピー&ペーストします。   時計部分  ------------ -->

 

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

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

※:<body> 部の編集  追記  背景 リンク 表示済みリンクンク アクティブリンクの各色(任意値)

時計部分(削除可)

時計文字色

 

配置カレンダー部分

サイズ

 

<body onLoad="goforit()">

<!-- ☆ ↑の onLoad="goforit()" と、↓ この間をコピー&ペーストします。 ------------ -->

<p><font face="MS Pゴシック" size="3"><span

style="background-color:#EDE0F7; color:#65019E"><!--webbot

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

<LEFT>

<IE:Calendar id="cal" style="width : 240; height : 220; border : 1px solid black;"> </IE:Calendar>

</LEFT>

<!-- ☆ ----------- ↑ この間をコピー&ペーストします。 ------------ -->

 

(*3) 102211.htc (例)         テキストエディターで開き、編集しhogehoge.htmlと同ディレクトリーに転送・配置します。 

   *.htc の編集方法   (*3)をテキストエディターで開き、下記↓の太字部分を編集し使用。
  〔この列ペースト不要〕

 

カレンダー部分

 

 

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

StyleInfo.addRule( '.WholeCalendar_' + uniqueID,

'background-color : lightgrey ;'+

'border : 1px solid #C3BBC8;'+  // 外罫線太さ・色 

'cursor : default ;'+

'width : 100% ;'+

'height : 100% ;'

)

goStyle['WholeCalendar'] = StyleInfo.rules[StyleInfo.rules.length - 1].style

StyleInfo.addRule( '.Title_' + uniqueID,

'color : #7A0011 ;'+ // cal--title-color     タイトル文字色

'font-family : Arial ;'+ // cal--title-font-family  フォント(以下同様)

'font-size : 10pt ;'+ // cal--title-font-size   フォントサイズ(以下同様) 

'font-weight : bold ;'+ // cal--title-font-weight  太字(以下同様)、普通=normal

'text-align : center ;'+ // cal--title-text-align   中央配置(以下同様)

'height : 1 ;'+

'width : 100% ;'+

'background-color : #F2EFF1 ;'  // 全体背景色

)

goStyle['Title'] = StyleInfo.rules[StyleInfo.rules.length - 1].style

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

goStyle['CalTable'] = StyleInfo.rules[StyleInfo.rules.length - 1].style

StyleInfo.addRule( '.DayTitle_' + uniqueID,

'background-color : #C6BCAE ;'+ // dayTitle-background-color 曜日背景色

'color : #65019E ;'+ // dayTitle-color        曜日文字色 

'font-family : Arial ;'+ // dayTitle-font-family    曜日フォント

'font-size : 8pt ;'+ // dayTitle-font-size

'font-weight : bold ;'+ // dayTitle-font-weight

'text-align : center ;'+ // dayTitle-text-align

'border-width : 1px ;'+

'border-style : solid ;'+

'border-left-color : white ;'+

'border-top-color : white ;'+

'border-right-color : black ;'+

'border-bottom-color : black ;'+

'width : 14% ;'+

'height : 1 ;'

)

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

StyleInfo.addRule( '.OffDay_' + uniqueID,

'background-color : #F0ECF0  ;'+ // cal--offMonth-background-color 前/来月背景色

'color : #7F7F7F ;'+ // cal--offMonth-color        前/来月文字色 

'font-family : Arial ;'+ // cal--offMonth-font-family

'font-size : 8pt ;'+ // cal--offMonth-font-size

'font-weight : normal ;'+ // cal--offMonth-font-weight

'text-align : right ;'+ // cal--offMonth-text-align

'vertical-align : text-top ;'+ // cal--offMonth-vertical-align

'border-width : 1px ;'+

'border-style : solid ;'+

'border-left-color : white ;'+

'border-top-color : white ;'+

'border-right-color : black ;'+

'border-bottom-color : black ;'+

'width : 14% ;'+

'cursor : hand ;'

)

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

'background-color : #FAF9F9  ;'+ // cal--currentMonth-background-color  今月曜日背景色

'color : #00009F ;'+ // cal--currentMonth-color        今月曜日文字色

'font-family : Arial ;'+ // cal--currentMonth-font-family         フォント

'font-size : 8pt ;'+ // cal--currentMonth-font-size          サイズ

'font-weight : normal ;'+ // cal--currentMonth-font-weight

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

'width : 14% ;'+

'cursor : hand ;'

)

 

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

 

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

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