Sorry after I read my post later this morning, it sounded a bit
strange to me.
The code I placed opens up a webbrowser on the Server side, I do not
know how to write one that opens up a new browser window on the client
side.  Any ideas would be greatly appreciated.

Thx

Shahab

On Apr 10, 2:02 am, shahab <[EMAIL PROTECTED]> wrote:
> Does anyone know how to open a URL from within the SAGE notebook so
> that it would end up opening the client Firefox tab rather than the
> one on the server.
>
> This would be the code:
>
> import urllib, webbrowser
> url = "http://somesite.org";
> webbrowser.open_new_tab(url)
>
> Thanks
>
> Shahab
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to