Rev app to get HTML source from IE - SOLVED!

RGould8 at aol.com RGould8 at aol.com
Wed Dec 11 15:08:01 EST 2002


Thanks to some kind folks over at the AppleScript listerve, I finally got 
this script working in Revolution.   Ignore my previous question - - - it's 
all answered now.   Line 3 needed to say NAME OF the first process....


set creaType to "MSIE"
tell application "Finder" to open application file id creaType
tell application "Finder" to set appOfMine to (the name of the first process 
whose creator type is "MSIE")
tell application appOfMine
     set theSource to «event MSIESORC»
     display dialog "source = " & theSource
end tell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.runrev.com/pipermail/use-livecode/attachments/20021211/0d40bd40/attachment.html>


More information about the use-livecode mailing list