Glad to help. Also, I omitted a few important words of script code in my previous post. The bits in suggestion one that read
if usrnm is null then set usrnm to (display dialog ... should rather be if usrnm is null then set usrnm to text returned of (display dialog ... On Sep 18, 3:02 am, elspub <[email protected]> wrote: > Great suggestions, thanks. I've been teaching myself applescript and > javascript this summer and its always good to get knowledge. I was > trying to implement the php script in the applescript and couldn't and > now I know why (I didn't know about the need for all those special > characters. > > I'll implement the changes and repost. > > btw, the script also works great as a Snow Leopard service. Right > click on a phone number and have GV dial it.... gotta love the snow. > > On Sep 18, 2:20 am, "Jon Stovell (a.k.a. Sesquipedalian)" > > > > <[email protected]> wrote: > > That's really cool. Thanks for this. > > > Here are two suggestions to make it easier for users who aren't tech > > savvy:
