リニューアル版MM/MemoのBM

既存を改造
var pnir; var document; var id;   pnir = new ActiveXObject("Sleipnir.API"); id = pnir.GetDocumentID(pnir.ActiveIndex); document = pnir.GetDocumentObject(id);   if (document == null) { pnir.MessageBox("Document オブジェクトを作成できません"); } else { document.location.href='http://1470.net/tools/bookmark?url='+encodeURIComponent(document.location.href); }   pnir = null;
とりあえず、動いたからいいやwww そもそもelse内のURL設定を提供されているコードで置き換えただけなので、 間違いようも無い。   APIが提供されていたので、 自分用におもしろいことができるか、考えよう・・・   仕事中は駄目。