• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Quick Question (Internet Explorer - OpenURL, GetSource)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Quick Question (Internet Explorer - OpenURL, GetSource)


  • Subject: Quick Question (Internet Explorer - OpenURL, GetSource)
  • From: Dave Moen <email@hidden>
  • Date: Fri, 29 Dec 2000 03:53:38 -0700

New to Apple Script, having problems with Internet Explorer NOT returning
the HTML Source! Is there a better approach to getting the HTML Source from
Internet Explorer and Pasting the Result into a New Microsoft Word Document?

Also, if you use just the GetSource Function the result window is limit to
ONLY 2000 characters - is there a way to expand the result window storage?

Thanks for your assistance.

tell application "Internet Explorer"
Activate
OpenURL "http://www.apple.com";
set the clipbaord to (GetSource)
end tell


tell application "Microsoft Word"
activate
do Visual Basic " Documents.Add DocumentType:=wdNewBlankDocument"
do Visual Basic " Selection.Paste"
end tell


  • Follow-Ups:
    • Re: Quick Question (Internet Explorer - OpenURL, GetSource)
      • From: Luca Pozzato <email@hidden>
    • Re: Quick Question (Internet Explorer - OpenURL, GetSource)
      • From: Samuel Hargis <email@hidden>
  • Prev by Date: Re: RamDisk shutdown dialog
  • Next by Date: Re: Quick Question (Internet Explorer - OpenURL, GetSource)
  • Previous by thread: Re: applescript-users digest, Vol 2 #169 - 5 msgs
  • Next by thread: Re: Quick Question (Internet Explorer - OpenURL, GetSource)
  • Index(es):
    • Date
    • Thread