Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7779461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T18:38:45+00:00 2026-06-01T18:38:45+00:00

I am very new to Vbscript, however its one of the only tools available

  • 0

I am very new to Vbscript, however its one of the only tools available to me at my current employment. We have a web based system that I am trying to interact with. The web page reloads frequently. Such as choosing a drop down box the page will hang for a moment while it reloads the page. My script currently pauses for a few seconds between each command, but sometimes does not wait long enough. I was wondering if I could create an IE object from the existing window and check its busy status. So when its done processing I could move on to the next command.

I have already tried:
Set IE = GetObject(, “internetexplorer.application”)
however it gives me an error that: ActiveX component can’t create object ‘GetObject’

I have spend a great deal of time searching google and a few other places to see if there is a simple alternative but have found none. this is going to be an HTA application.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T18:38:45+00:00Added an answer on June 1, 2026 at 6:38 pm

    Rather than try to use GetObject to latch on to existing instance you can use the code at this link reusing Internet Explorer COM Automation Object

    But instead I think you should you an approach like below which checks for the ReadyState of the automated ie object being ready

    Dim ieObject
    Set ieObject = CreateObject("internetexplorer.application")
    ieObject.Navigate "www.google.com"
    Do While ieObject.readystate <> 4
    WScript.Sleep 100
    Loop
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Am very New to Web Page Development. In my website i have the help
Very new to web programming still and I don't really have a specific question
I very new to Python, and fairly new to regex. (I have no Perl
Im very new to all coding including jquery. I though this would have been
I'm new to VBscript so there is probably a very simple solution to this.
Very new to this, and I have no idea where to start. I want
Very new to Business Objects, but I have a .NET background and PL/SQL background.
Very new to JS here. When I write PHP I have no problem assigning
Am very new to Oracle triggers. Suppose I have a trigger on an insert
Very new to Iphone development here, I have a project which is successfully building

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.