Hi,
I would like to navigate to a numbers of URLs and do something in the background and I don't want IE windows to display. Is there a way of doing this ?
Can some please help me with this?
Many thanks
How to Navigate to a URL without showing IE window ??????
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
You don't say what method you are using. If you are using VBScript you can set the visible property to zero. See the example here:
http://www.mjtnet.com/forum/viewtopic.php?t=1511
Change IE.Visible = 1 to IE.Visible = 0.
If you are using WebRecorder to create your script you can use the ShowIE function, with the Visible flag set to zero:
LibFunc>hIE,ShowIE,r,%IE[0]%,0
http://www.mjtnet.com/forum/viewtopic.php?t=1511
Change IE.Visible = 1 to IE.Visible = 0.
If you are using WebRecorder to create your script you can use the ShowIE function, with the Visible flag set to zero:
LibFunc>hIE,ShowIE,r,%IE[0]%,0
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?