JavaScript utilities via AS?
JavaScript utilities via AS?
- Subject: JavaScript utilities via AS?
- From: Anthony Wilson <email@hidden>
- Date: Thu, 04 Apr 2002 14:51:50 -0600
Is there a way to use the javascript *onload* event handler thru the *do
script* command in IE to test if page loading has finished. I have been
using this:
tell application "Internet Explorer"
set thisWindow to Activate
OpenURL thisURL
repeat
if (item 1 of (GetWindowInfo thisWindow)) = thisURL then exit repeat
delay 1
end repeat
--script stuff
end tell
Also, is there a source for examples of generally useful javascript via AS?
--
Tony Wilson <email@hidden>
_______________________________________________
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.