Open URL in a new window

Hi, is it possible to open URL with a new window in chrome/IE inside panda3d?
e.g. a share button inside panda3d that triggers a new window pops up for user to login/share things.

Python itself has the webbrowser module. I believe webbrowser.open will do exactly what you want.