W wizerd Registered Feb 10, 2009 #1 i need an applescript for opening a specific url in my current browsing window without using tabs... i don't know why you can't open links from external applications in the same window as a given option..? anyways... what are my chances?
i need an applescript for opening a specific url in my current browsing window without using tabs... i don't know why you can't open links from external applications in the same window as a given option..? anyways... what are my chances?
Mikuro Crotchety UI Nitpicker Feb 10, 2009 #2 Try this: Code: tell application "Safari" set the URL of document 1 to "http://www.macosx.com" end tell
Try this: Code: tell application "Safari" set the URL of document 1 to "http://www.macosx.com" end tell