Warning: Undefined array key "is_rate_editable" in /home/vhosts/itexperience.net/httpdocs/wp-content/plugins/wpdiscuz/class.WpdiscuzCore.php on line 1303
Open multiple tabs in Internet Explorer 7 - itexperience.net

Open multiple tabs in Internet Explorer 7

Internet Explorer 7 does not support a built-in command to open multiple tabs at startup. Although you can specify multiple URL’s as default homepages, this might not be what you want.
A solution to open several tabs at once for only one time, can be made with Windows Scripting Host, or wscript.

First, create a new text document with Notepad or some other text editor and add the following content:

var navOpenInBackgroundTab = 0x1000;
var oIE = new ActiveXObject("InternetExplorer.Application");
oIE.Navigate2("https://www.itexperience.net");
oIE.Navigate2("http://www.google.com", navOpenInBackgroundTab);
oIE.Navigate2("http://www.whatismyip.org", navOpenInBackgroundTab);
oIE.Visible = true;

Save the file as launchie7.js (so change the extension from *.txt to *.js) to your C:\ drive

To launch Internet Explorer with multiple tabs, run the following command from Start – Run:

wscript.exe C:\launchie7.js

Of course, if you chose another destination to save your launchie7.js, you should specify that specific path.

0 0 votes
Article Rating
Subscribe
Notify of
guest
10 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
ændrük

Thanks! Just what I needed.

Klaus

Yihuu!

Joe

Result – what is my IP.?? what’s this!?

Jeppen

Great thank you.

naver0x

I’m trying to script some tasks each morning and many of these tasks are run through a browser. I’ve tried to use this script but if I add more than 4 total tabs, it gives the following error:

Script: c:\MyScripts\ietest.js
Line: 8
Char: 1
Error: Unspecified Error
Code: 80004005
Source: (null)

Galope

make sure that all the websites are not under a VPN because if the pages you are trying to open it wont allow you to do so!

joseph

Thanks for this post, i will try that.

Rickey

Hi there would you mind letting me know which web host
you’re utilizing? I’ve loaded your blog in 3 different web browsers and
I must say this blog loads a lot faster then most.
Can you suggest a good internet hosting provider at a fair price?
Thanks a lot, I appreciate it!

10
0
Would love your thoughts, please comment.x
()
x