Re: applescript and browsers
Re: applescript and browsers
- Subject: Re: applescript and browsers
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 26 Jan 2004 09:51:02 -0800
On 1/26/04 9:12 AM, "Florian Weber" <email@hidden> wrote:
>
basically i wonder if following is possible with browsers
>
other than safari.. for example netscape 4, internet explorer:
>
>
open a browser and let it open a specif url..
>
>
and if there is a common interface to to basic stuff.. (for
>
example resize a window, close it, print the current window, etc)
If you just want to open a specific URL in the user's own default browser,
don't target a specific application at all. Just use the 'open location'
built-in scripting addition command:
open location
http://url.here
If you want to do more than that, you have to target a particular browser by
name. They each have their own limited AppleScript implementation (or none)
and they're all different.
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.