(* google.article.show(MT-NewsWatcher, Mac OS 8.5-9.x) v.1.00 * written: Sasaki Atsushi ; * last modifiled: Mon, 20-May-2002; * latest version: * * This script requires: * o MT-NewsWatcher 3.1 * * o Tanaka's OSAX * *) tell application "MT-NewsWatcher 3.1" to set MID to getarticle messageField "Message-ID" set l to length of MID set MID to characters 2 through (l - 1) of MID as string open location "http://groups.google.co.jp/groups?" & (MT Pack CGI {{"as_umsgid", MID}, {"hl", "ja"}, {"lr", ""}}) -- EOF