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

    • Any Video Converter Free 9.2.3 by Razvan Serea Any Video Converter is an All-in-One video converting tool with an easy-to-use graphical interface, fast converting speed and excellent video quality. Any Video Converter supports all popular video formats and converts your videos to different video formats including MP4, MOV, MKV, M2TS, M4V, MPEG, AVI, WMV, ASF, OGV, WEBM, and more. It supports converting videos to customized percent (50%, 100%, 200%, and more) or resolution (480p, 720p, 1080p, 4K, and more); It supports encoding videos into x264, x265, h263p, xvid, mpeg, wmv, and more. Any Video Converter Free key features: Compatible with Windows 11/10/8.1/8/7 (32-64bit) User interface are available in 14 languages Convert all kinds of video formats including high-definition videos Extract audio from any videos and save as MP3/WMA for your mp3 player Take snapshot from any videos and build your own picture collection Support high-definition for both input and output Batch add videos from hard drive and batch convert Customize output parameters completely as you like Manage your output videos files by group or output profile Merge several video files into a single and long one Clip a video into segments Free Audio Filter: Adjust audio volume and add audio effects Crop frame size to remove black bars and retain what you want only Adjust the brightness, contrast, saturation Rotate or flip or add noise/sharpen effects Produce output video with subtitles of your own dialogue and much, much more... Any Video Converter Free 9.2.3 changelog: Fixed video download engine auto-update failures. Added custom speed control support in the speed change tool. Added support for downloading YouTube AI-generated subtitles. Added support for preserving original audio stream in the format convert tool (e.g., Dolby Atmos, DTS:X). Fixed other bugs and improved overall performance. Download: Any Video Converter Free 9.2.3 | 7.6 MB (Freeware) View: Any Video Converter Free Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Not sure what country you’re in but in many countries you can absolutely jail the sellers behind businesses… in fact I’d say in most countries you can do that
    • I guess we are done since you refuse to read my comment you replied to or my other comment in another thread you were also a part of here.
    • I hate Slack, but Teams is much worse - maybe they've already optimized it, but it was a huge slog the last time I've checked about half a year ago. I miss my Skype.
    • Just ended up switching to Ubuntu. Not sure why I waited.
  • Recent Achievements

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

    1. 1
      +primortal
      510
    2. 2
      +Edouard
      173
    3. 3
      PsYcHoKiLLa
      155
    4. 4
      ATLien_0
      91
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!