Webbrowser On Windows

A

andrea.gavana

Hello NG,

I am using the webbrowser module (on Windows 2000/XP), and I am
wondering if anyone knows how to use the input arguments "new". On Windows,
it seems to be ignored. By looking at the commands it does on Windows:

class WindowsDefault:
def open(self, url, new=0, autoraise=1):
os.startfile(url)

def open_new(self, url):
self.open(url)


It seems to me that there is no way to create a new instance of Internet
Explorer (if there are already some IE windows opened).
Does anyone know a possible solution? Or a workaround (without using
startfile, maybe?) that will force IE to create a new instance?

Thank you for every suggestions.

Andrea.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top