Very nicely handled. AppleSript is not universally useful, but very handy for a lot of things you wouldn't necessarily think of. Also, if I may offer one small tweak: you could move the 'open location' command inside the second 'tell' block, which would A) be a bit cleaner code and B) _might_ eliminate the need for the delay. Having the delay inside a tell block is also non-harmful.
no subject
Also, if I may offer one small tweak: you could move the 'open location' command inside the second 'tell' block, which would A) be a bit cleaner code and B) _might_ eliminate the need for the delay. Having the delay inside a tell block is also non-harmful.