Re: resize IE window
Re: resize IE window
- Subject: Re: resize IE window
- From: "Daniel A. Shockley" <email@hidden>
- Date: Thu, 25 Apr 2002 16:28:50 -0400
Message: 2
Date: Wed, 24 Apr 2002 10:26:55 -0400
Subject: resize IE window
From: Matt Binkowski <email@hidden>
To: <email@hidden>
hi all,
i'd like to write a script that, when run from the script menu in X, can
resize the window size of the front window of internet explorer to 640 x
480. any ideas?
Similar to other responses, here's a short version:
tell application "Internet Explorer" to do script "window.resizeTo(640,480);"
--
----
Daniel A. Shockley
email@hidden
email@hidden
http://www.danshockley.com
_______________________________________________
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.