Re: Open webpage
Re: Open webpage
- Subject: Re: Open webpage
- From: Rob Jorgensen <email@hidden>
- Date: Tue, 1 Jul 2003 14:24:08 -0400
At 6:21 PM +0100 7/1/03, Simon Manning wrote:
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
The page is a monitoring system we use at work to log bugs etc. and so
I was trying to automate the opening of it at machine startup.
As you can guess I am not too knowledgeable when it comes to AS.
Maybe this will work.
tell application "Internet Explorer"
OpenURL "
http://monitor.cup.cam.ac.uk/mantis/main_page.php"
end tell
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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>) |