Re: open URL programmatically?
- To: mathgroup at smc.vnet.net
- Subject: [mg85515] Re: open URL programmatically?
- From: David Reiss <dbreiss at gmail.com>
- Date: Wed, 13 Feb 2008 04:13:45 -0500 (EST)
- References: <fopa2k$ahc$1@smc.vnet.net>
FrontEndExecute[{FrontEnd`NotebookLocate[{URL[theURL], None}]}]
or
NotebookLocate[{URL[theURL], None}]
I hope that this helps...
--David
A WorkLife FrameWork
E x t e n d i n g MATHEMATICA's Reach...
http://scientificarts.com/worklife/
On Feb 11, 6:03=A0am, Mark Fisher <particlefil... at gmail.com> wrote:
> Hi all,
>
> I know how to create a hyperlink and click on it to go to an URL in my
> browser. But I don't know how to write a program that does that
> without making the user click. In other words, I'd like a function
> such as
>
> openURL[url]
>
> that goes to the URL in the browser. Any ideas?
>
> --Mark
- Follow-Ups:
- Re: open URL programmatically?
- From: David Reiss <dbreiss@gmail.com>
- Re: open URL programmatically?
- From: David Reiss <dbreiss@gmail.com>
- Re: open URL programmatically?