• 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
Re: IE check if page is fully loaded
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IE check if page is fully loaded


  • Subject: Re: IE check if page is fully loaded
  • From: Matt Binkowski <email@hidden>
  • Date: Wed, 27 Jun 2001 16:43:38 -0400

tell application "Internet Explorer"

Activate

OpenURL "http://mail.yahoo.com/";

--wait for page to fully load (thanks to MacGuy for this routine!)

set frontmost_window to item 1 of {ListWindows}

set wait_flag to ""

repeat until wait_flag = "complete"

set wait_flag to do script "document.readyState" window
frontmost_window

end repeat

-- type login info using Sigma's Additions

type text "your username here"

type text tab

type text "your password here"

type text (ASCII character 3) -- aka "Enter"

end tell


  • Follow-Ups:
    • Re: IE check if page is fully loaded
      • From: Ingo Bitsch <email@hidden>
References: 
 >IE check if page is fully loaded (From: Ingo Bitsch <email@hidden>)

  • Prev by Date: Re: Deleting files/folders
  • Next by Date: Searching archives
  • Previous by thread: IE check if page is fully loaded
  • Next by thread: Re: IE check if page is fully loaded
  • Index(es):
    • Date
    • Thread