Re: open URL programmatically?
- To: mathgroup at smc.vnet.net
- Subject: [mg85553] Re: open URL programmatically?
- From: Mark Fisher <particlefilter at gmail.com>
- Date: Wed, 13 Feb 2008 06:58:21 -0500 (EST)
- References: <fopa2k$ahc$1@smc.vnet.net> <foud1v$ldf$1@smc.vnet.net>
On Feb 13, 4:25 am, David Reiss <dbre... at gmail.com> wrote: > 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 Brilliant. Perfect. Thanks. --Mark