Re: Open webpage
Re: Open webpage
- Subject: Re: Open webpage
- From: Gnarlodious <email@hidden>
- Date: Tue, 01 Jul 2003 12:12:21 -0600
Entity Simon Manning spoke thus:
>
Hi all,
>
>
I am trying to write an extremely simple script but I get the error:
>
"Internet Explorer got an error: Can't make some data into the
>
expected type."
>
>
The script is:
>
>
Tell application "Internet Explorer"
>
Open
>
GetURL "http://monitor.cup.cam.ac.uk/mantis/main_page.php"
>
End tell
This works for me:
tell application "Internet Explorer"
Activate
OpenURL "
http://monitor.cup.cam.ac.uk/mantis/main_page.php"
end tell
--Gnarlie
http://www.Gnarlodious.com/iTunes.html
Gnarlodious iTunes Music
_______________________________________________
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.
References: | |
| >Open webpage (From: Simon Manning <email@hidden>) |