Re: Test to see if web browser can run java script...
Re: Test to see if web browser can run java script...
- Subject: Re: Test to see if web browser can run java script...
- From: "Gary (Lists)" <email@hidden>
- Date: Thu, 30 Jun 2005 07:14:41 -0400
"Gary (Lists)" wrote:
> Anyway, why don't you just use the provided JavaScript method for
> determining whether Java is enabled?
I totally mis-read the subject. The remainder of my message stands -- I
don't understand the script.
However, you were not trying to determine Java status.
As atonement:
(A)
-- with a blank window open _AND_ with no window open
tell application "Internet Explorer" to set js to do script
"window.location" -- any javascript
--> "about:blank?untitled=yes"
(B)
-- with a window open :: does NOT work with no window open (no error, no
result)
tell application "Internet Explorer" to set js to do script "eval(2+2);" --
any javascript
--> 1
A is the ticket, I'd guess.
--
Gary
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden