Recommended Posts

When I'm reading a website in IE which has lots of links, I find that I open those links in a new window and then switch back to the previous window to continue reading that website. In order to minimize the time it takes to do that, I decided to write a menu extension to automate the process. When I right-click on a link, I can now select an option which automatically opens a new window and then brings the previous window back to the front. If anyone else is interested, here it is.

Edit:

See below post for version 2.0. New feature is the ability to open links by drag & drop.

newback1_1.zip

Edited by em_te
Link to comment
https://www.neowin.net/forum/topic/158073-ie-open-new-window-behind-current/
Share on other sites

hey, great tool to use.. but is there a way inwhich it doesnt expand to fill the whole screen? Perhaps an option to change it so that it opens the same size as the previous window?

Great tool though, using it right now :)

Alex :cool:

hey, great tool to use.. but is there a way inwhich it doesnt expand to fill the whole screen? Perhaps an option to change it so that it opens the same size as the previous window?

Great tool though, using it right now :)

Alex :cool:

Sure. Just open "winback.htm" and locate this line (74):

var h = window.open(url, "_blank");

h.moveTo(-4,-4);

h.resizeTo(screen.width + 8, screen.height - 20);

and then replace it with:
var h = window.open("about:blank", "_blank");

h.moveBy(parentwin.top.screenLeft - h.screenLeft, parentwin.top.screenTop - h.screenTop);

h.resizeBy(parentwin.top.document.body.clientWidth - h.document.body.clientWidth, parentwin.top.document.body.clientHeight - h.document.body.clientHeight);

h.document.location.replace(url);

Then it should open the window to the size and location of it's parent window. I haven't tested this extensively though. There might be problems with some websites with frames and stuff.

Sure. Just open "winback.htm" and locate this line (74):

and then replace it with:

Then it should open the window to the size and location of it's parent window. I haven't tested this extensively though. There might be problems with some websites with frames and stuff.

thanx, it works! :D

Great stuff! :) handy tool

Very cool, now map it to the middle button (if possible) and you're set. 

I like that idea, can it be done? :huh:

Alex :cool:

thanx, it works! :D

Well I just did some testing on more sites and the code in my 2nd post doesn't work. For example, site1, site2 and site3. IE doesn't allow you to get the external window dimensions so I had to calculate it from the document DOM dimensions. Unfortunately the dimensions aren't always accurate. If you still don't want maximized windows then it's safest to just use hardcoded values:

h.moveTo(10,10);

h.resizeTo(600, 400);

Very cool, now map it to the middle button (if possible) and you're set.?:DD

Unfortunately that's not possible with the extension method I'm using. I'm using the simple version of the extensions architecture so I can't hook into the event model automatically. To do that I have to write a BHO which is a lot more work. The simple version will only run on-demand, which means the user has to call it at least once before it can activate and do anything.

Edited by em_te
Very cool, now map it to the middle button (if possible) and you're set.?:DD

Okay I've tried to implement that functionality as much as possible. With this release you still have to right-click and select the menu option for thefirst> link. But on subsequent links you can just drag and drop those links back on the same window and they will open automatically.

newback2_1.zip

Edited by em_te
you know there are browsers out there that use Tabs that do this kind of thing a lot better, right?

this isnt a thread which is going to go on about other browsers.. this is a thread about patches that em_te has made

thanx for the other patches/plugins :D.. im using the drag linked one now :)

Alex :D

*i dont want another thread which has to releate to other browsers which is not under topic*

sorry but it is just starting to anoy me, theirs enough posts about them to sink a battleship

I like these tools that have been made, very handy indeed :) keep up the good work

  • 1 month later...
  • 4 weeks later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Universal USB Installer 2.0.3.7 by Razvan Serea The Universal USB Installer (UUI) is a powerful bootable USB software tool for creating USB boot drives from ISO files, perfect for installing Linux or Windows, running live systems, or building diagnostic toolkits. This versatile ISO-to-USB software makes it easy to boot from USB and create Live USBs for Linux distributions, Windows setup installers, antivirus tools, and system diagnostic utilities. Whether you need a multisystem Windows Media Creation Tool, a Live USB Linux installer, or an all-in-one PC diagnostic toolkit, UUI offers a reliable and flexible Linux and Windows bootable USB creator. Effortlessly carry your favorite portable operating systems and essential troubleshooting and diagnostic tools on a single flash drive or USB boot stick. Take your preferred Live Linux distributions, Windows installers, recovery software, backup utilities, and diagnostic tools with you, all bootable from a single USB drive. No more juggling multiple USB sticks or complicated bootloaders, UUI consolidates everything into one flexible, multiboot solution. Using this open source USB boot maker software is easy as 123. To create a Linux or Windows bootable USB drive, you simply select your target flash drive, choose your distribution from the list, browse to the ISO file (or choose to download the ISO), and then click Create. Once finished, you should have a ready to run Live USB containing the Live operating system, Windows installation media, or system diagnostics utility, or advanced system cleaner tool you previously selected. Universal USB Installer 2.0.3.7 changelog: Expanded the distro and tool catalog with additional popular Linux ISO entries. Updated: several distro homepage and download links, including Ubuntu Unity, Garuda Linux, Arch Linux, Fedora, Manjaro, and SystemRescue. Fixed: ISOs added via drag and drop (or manually copied to the drive) are now listed in the removal dropdown alongside normally installed distros. Download: Universal USB Installer 2.0.3.7 | 19.4 MB (Open Source) Link: Universal USB Installer Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You are clueless. The updates are done in the background so the next time you open Edge the updates are applied automatically. There is no need to close all your tabs. Just keep browsing like you normally do. Clearly you don't use Edge and are just one of those haters that complain for the sake of complaining.
    • I don't get this David. Can you explain it please.  
    • Microsoft is busy. Lots of changes to be released imminently for Windows server or soon. Also, lots happening for next version as well. Third party virus scanning software is being moved out of Kernel mode to avoid repeat of Crowdstrike incident. Windows Protected Mode and Windows Ready Print no longer require third party print drivers to be installed. New storage stack being developed. New NVME drivers now available for Windows Server 2025 to improve local NVME drive performance by 60+ percent. NVME-Of of fabric being worked on for next release to improve network access to NVME drives. ReFs (next file system) now has ability to boot and will become default file system in next release of Windows Server. ReFs improves on NTFS in several areas including resiliency and reliability and scalability. New update stack is being worked on to unify Windows updates, and updates for drivers and first party/3rd party application software. A stricter and more robust third-party driver certification program (ODI) is being worked on to improve performance, thermals, battery life, and reliability on modern Windows hardware by tightening how OEMs and IHVs (Intel, AMD, Qualcomm, NVIDIA, etc.) build and ship drivers. There is a tone more but too numerous to mention.
  • Recent Achievements

    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Month Later
      Markus94287 earned a badge
      One Month Later
    • Week One Done
      Markus94287 earned a badge
      Week One Done
    • One Year In
      Markus94287 earned a badge
      One Year In
    • Dedicated
      truespursfan earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      168
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!