new-browser

How do I force IE to open a new Browser on custom hotkey?

I'm using AutoHotKey which is a program that lets me define my own hot keys. I have a hot key to open a link in IE. When I run the hot key command again the same window opens in the same browswer. I would like it to open in a new browser. I'm using "Run www.google.com", for example. Thanks. ...

Handling multiple sessions for same user credentials and avoiding new browser window opening in my web application.

Hello. I want to handle following scenarios in my new web application. If multiple users log into the application with same credentials, the application should deny access. Since I have out of process session store, I would be able to make out when this situation happens. So I can deny all requests after first successful attempt. This ...

Can I Open a New Browser Window Minimised with Print Dialog Already Open?

I understand I can call window.print() when the page loads to load the print dialog, but can I force the window to be minimised from the point that it's opened and the print dialog is generated? Ideally it would be minimised until the user maximises it. Thanks ...