Running IE when already open does not open URL in new tab

MilesAhead

Eclectician
Guru
Gold Member
Local time
12:24 PM
Messages
5,063
I have a little URL launcher app. If a browser is the active window when I hit the hotkey, the browser is run in a loop with a URL on each loop.

With every other Tabbed Browser, this opens the URLs in Tabs(if the Tabs setting in that browser is set to open in new tabs.) In IE it opens new windows. I set the setting under General => Tabs "open popups in this window in new tabs" but it does not work. It opens in new windows.

Anyone figured this out yet? Seems there's been problems opening in Tabs since V 7.
 

My Computer My Computer

At a glance

Windows 7 32 bitAMD 5200+ dual core2 GBNVidia GeForce 6150SE 128 MB
Computer Manufacturer/Model Number
HP Media Center
OS
Windows 7 32 bit
CPU
AMD 5200+ dual core
Memory
2 GB
Graphics Card(s)
NVidia GeForce 6150SE 128 MB
Monitor(s) Displays
CRT
Screen Resolution
1280x1024
Hard Drives
500 GB Sata internal :

SIIG USB 3.0 docking stations w/WD Caviar Black 6 Gb/s drives
Keyboard
PS/2
Mouse
PS/2 Wheel Mouse
Other Info
SIIG USB 3.0 PCIexpress card.
Hi,

You may want to set it to "Let Internet Explorer decide how pop-ups should open"

Capture.PNG

I then find that Most/All pop-ups run a new tab


Hope it helps :)
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64AMD Sempron Dual Core3GBNVIDIA GeForce 6150SE nForce 430
Computer Manufacturer/Model Number
Compaq Desktop
OS
Windows 7 Ultimate x64
CPU
AMD Sempron Dual Core
Memory
3GB
Graphics Card(s)
NVIDIA GeForce 6150SE nForce 430
Screen Resolution
1024x768
Hard Drives
150GB Sata
Thanks for the reply but doesn't work for me. I added MaxThon 3 support for those who need to use IE engine.
 

My Computer My Computer

At a glance

Windows 7 32 bitAMD 5200+ dual core2 GBNVidia GeForce 6150SE 128 MB
Computer Manufacturer/Model Number
HP Media Center
OS
Windows 7 32 bit
CPU
AMD 5200+ dual core
Memory
2 GB
Graphics Card(s)
NVidia GeForce 6150SE 128 MB
Monitor(s) Displays
CRT
Screen Resolution
1280x1024
Hard Drives
500 GB Sata internal :

SIIG USB 3.0 docking stations w/WD Caviar Black 6 Gb/s drives
Keyboard
PS/2
Mouse
PS/2 Wheel Mouse
Other Info
SIIG USB 3.0 PCIexpress card.
The question is, how are you calling the URL to open the new tab or window? The management setting in IE is for links clicked in IE, and unless the call to open a window is done specifically IE won't get the API calls from other applications to open a new tab inside of IE (thus you will keep getting new windows). Given that the shell ultimately handles API calls to open new windows, this behavior is not totally unexpected depending on how your app is designed.

What exactly are you doing to call the URL in your code?
 

My Computer My Computer

At a glance

Windows 10 Pro x64Intel Core i7 4790K @ 4.5GHz32GB DDR3Nvidia GeForce GTX970
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 10 Pro x64
CPU
Intel Core i7 4790K @ 4.5GHz
Motherboard
Asus Maximus Hero VII
Memory
32GB DDR3
Graphics Card(s)
Nvidia GeForce GTX970
Sound Card
Realtek HD Audio
Screen Resolution
1920x1200
Hard Drives
1x Samsung 250GB SSD
4x WD RE 2TB (RAIDZ)
PSU
Corsair AX760i
Case
Fractal Design Define R4
Cooling
Noctua NH-D15
The question is, how are you calling the URL to open the new tab or window? The management setting in IE is for links clicked in IE, and unless the call to open a window is done specifically IE won't get the API calls from other applications to open a new tab inside of IE (thus you will keep getting new windows). Given that the shell ultimately handles API calls to open new windows, this behavior is not totally unexpected depending on how your app is designed.

What exactly are you doing to call the URL in your code?

It works in everything else. I have set popups, as they call them, to open in new tabs. It's a known issue since IE7. When the user presses the hotkey on an open browser I get the path to the exe and add the url as command line. It's up to the browser to be set to open additional urls in tabs.

It works with Opera, Firefox, Chrome, MaxThon 2, MaxThon 3. Only one I found where it doesn't work is IE.
 

My Computer My Computer

At a glance

Windows 7 32 bitAMD 5200+ dual core2 GBNVidia GeForce 6150SE 128 MB
Computer Manufacturer/Model Number
HP Media Center
OS
Windows 7 32 bit
CPU
AMD 5200+ dual core
Memory
2 GB
Graphics Card(s)
NVidia GeForce 6150SE 128 MB
Monitor(s) Displays
CRT
Screen Resolution
1280x1024
Hard Drives
500 GB Sata internal :

SIIG USB 3.0 docking stations w/WD Caviar Black 6 Gb/s drives
Keyboard
PS/2
Mouse
PS/2 Wheel Mouse
Other Info
SIIG USB 3.0 PCIexpress card.
Back
Top