Skip to main content

All Questions

Tagged with
0 votes
1 answer
527 views

How to change the url of already opened chrome tab from internet explorer?

I have a web application and this app works on IE browser and i want to open a chrome browser from IE and later change the tab URL. It is like window.open() but in Chrome. I found the way to open a ...
elif erdil's user avatar
0 votes
0 answers
34 views

Securely launch local application from IE or alternative ways?

I am facilitating an information system project in intranet environment( with internet access for many users), in which user can print barcode labels from a web interface. The current method our ...
Ben's user avatar
  • 1,243
0 votes
1 answer
1k views

VBScript unable to close launched IE browser after countdown

Problem I can't trigger an auto-closing of the browser that my VBS script opens: Set objShell = WScript.CreateObject("WScript.Shell") Set objWMIService = GetObject("Winmgmts:\\.\root\cimv2") Set ...
George's user avatar
  • 6,046
2 votes
0 answers
563 views

How to reference a Popup IE window using InternetExplorer.Application in VBScript

I have a VB script which is run from the command line; the script opens a website populates the tracking number field and executes the onclick event of a button which returns the tracking events in a ...
jrobinson6274's user avatar
-1 votes
1 answer
128 views

IE username/password prompt not working

I'm trying to build a username/password prompt popup using Internet Explorer, but I'm doing something wrong. When I click on the Username field, the cursor almost always immediately jumps back to the ...
Leslie's user avatar
  • 618
1 vote
1 answer
1k views

WScript to run exe from client PC without any popup windows, silently

My objective is to launch an .exe from client PC, from Internet Explorer, without any user interaction needed. I'm deploying in a sandbox environment so the security is not of my concern here. I've ...
Ho Chia Leung's user avatar
0 votes
1 answer
277 views

Can an already running program's window be hidden?

I have been using wsh to run vbscripts in conjunction with iMacros at my work for going on 3 years now. I know that the iMacros browser itself has an option to run hidden but the web-based db ...
Ben Stotler's user avatar
4 votes
2 answers
2k views

Cycle through webpages and copy data

I created this script for a friend that cycles through a real estate website and snags email address for her (for promotion). The site offers them freely, but it's inconvenient to grab one at a time. ...
Drivium's user avatar
  • 537
1 vote
1 answer
18k views

How to check the version number of Internet Explorer COM object

In PowerShell I have: $ie = New-Object -COM InternetExplorer.Application How to get the version number of $ie? I want to verify that we are using an instance of IE11 or later, or prompt the user to ...
orad's user avatar
  • 15.8k
10 votes
6 answers
61k views

Failproof Wait for IE to load

Is there a foolproof way for the script to wait till the Internet explorer is completely loaded? Both oIE.Busy and / or oIE.ReadyState are not working the way they should: Set oIE = CreateObject("...
user3408723's user avatar
5 votes
2 answers
15k views

Detect when a web page is loaded without using sleep

I am creating a VB script on windows which opens a site in IE. What I want: Detect when the web page is loaded and display a message. I achieved this by using sleep (WScript.Sleep) for approx. seconds ...
user3562474's user avatar
8 votes
3 answers
28k views

Is it possible to change the automatic configuration script address in the LAN settings of Internet Explorer 8 with the help of a script?

I use 2 different automatic configuration script addresses in the LAN settings of Internet Explorer 8. During the course of my work, I need to switch between them very often. Every time I have to do ...
turbo88's user avatar
  • 453
0 votes
1 answer
2k views

VB script IE Automation to raise sendkeys to wait in the background and then execute

I'm doing an Internet Explorer Automation using the vb script from a *.vbs file. After detecting a button inside an iframe, I raise the click event of that button which opens a javascript Confirm box ...
Prakash M.'s user avatar
3 votes
1 answer
5k views

Navigate to a Website, SelectAll, Copy and Paste into a Notepad

I'm trying to create a VB script to Navigate to a Website, SelectAll, Copy and then save the copied data from the clipboard to a text file, but I'm stuck! :( Here is what I got so far: With ...
Zulake's user avatar
  • 149
-1 votes
1 answer
762 views

How to launch an EXE from Web page with asp.net4

i use this code: <script> function LaunchApp() { if (!document.all) { alert("Available only with Internet Explorer."); return; } var ws = new ActiveXObject("WScript....
nas105's user avatar
  • 1

15 30 50 per page