/ Published in: AppleScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
tell application "Finder" set _b to bounds of window of desktop set _w to item 3 of _b set _h to item 4 of _b end tell