|
|
行1: |
行1: |
− | == Internet Explorer とは? ==
| + | #REDIRECT [[Wikipedia:Internet_Explorer_for_Mac]] |
− | | + | |
− | すでにMac版の開発は停止されている。2006.01.31 を最後にオフィシャルからダウンロードもできなくなっている。
| + | |
− | | + | |
− | *http://www.microsoft.com/japan/mac/products/ie/default.mspx
| + | |
− | | + | |
− | *http://browsers.evolt.org/?ie/mac
| + | |
− | | + | |
− | 詳しくは [[Wikipedia:Internet_Explorer_for_Mac]] などを参考にして下さい。
| + | |
− | | + | |
− | == [[AppleScript]] ==
| + | |
− | | + | |
− | *Webページのタイトル等を取得する
| + | |
− | <pre>
| + | |
− | tell application "Internet Explorer"
| + | |
− | tell (GetWindowInfo -1)
| + | |
− | set theTitle to item 2
| + | |
− | set theURL to item 1
| + | |
− | end tell
| + | |
− | end tell
| + | |
− | -- set the clipboard to "* " & theTitle & return & theURL & return
| + | |
− | </pre>
| + | |
− | *Webページを開く
| + | |
− | <pre>
| + | |
− | set theURL to "http://macwiki.sourceforge.jp/wiki/"
| + | |
− | tell application "Internet Explorer"
| + | |
− | OpenURL theURL toWindow 0
| + | |
− | -- GetURL theURL
| + | |
− | end tell
| + | |
− | </pre>
| + | |
− | *参考 URL
| + | |
− | **http://twt.s15.xrea.com/MacIETips/index.html
| + | |
− | **http://www.remus.dti.ne.jp/~a-satomi/bunsyorou/MacIE5_benriSet.html
| + | |
− | | + | |
− | == Wiki内の関連ページ ==
| + | |
− | | + | |
− | *[[リスト/ブラウザ]]
| + | |
− | | + | |
− | [[Category:ソフトウェア]]
| + | |
− | [[Category:ネットワーク]]
| + | |
− | [[Category:Web]]
| + | |