古い記事
ランダムジャンプ
新しい記事
先日[2005-09-08-6]の話の続き。こんなのありました。
Windows の DOS プロンプトで使えます。手軽です。素晴らしい。

nak2kのメモ帳 - Win版インタラクティブJavaScript
<http://d.hatena.ne.jp/nak2k/20050909/p1>

実行例:
C:\>cscript ijs.js
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.

js>  var ie = new ActiveXObject("InternetExplorer.Application");

js> ie.navigate("http://nais.to/~yto/");

js> ie.document.all(3)
[object]
js> ie.document.all(3).tagName
META
js> ie.document.all(3).content
text/html;charset=EUC-JP
js> ie.document.title
たつをのホームページ