ビルド番号を取得する

動作ブラウザ
Internet Explorer Netscape Navigator
4.0x 4.5 5.0x 5.5 6.0 4.x 6.0
Windows × - × ×
Macintosh × × × - - × ×
UNIX - - - - - × ×

解  説  getComponentVersion()によりコンポーネントのバージョンを取得できるので、これを使ってビルド番号を取得します。サンプルではbodyタグにビヘイビアを指定していますが、特にbodyタグでなくても取得可能です。
コード <html> <head> <title>ビルド番号を取得する</title> </head> <body style="Behavior:'url(#default#clientCaps)'"> <script language="JavaScript"><!-- buildNo = document.body.getComponentVersion("{89820200-ECBD-11CF-8B85-00AA005B4383}","componentid"); document.write("ビルド番号:"+buildNo); // --></script> </body> </html>

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!