|
[Date Index]
[Thread Index]
[Author Index]
Re: Importing Google Result Page into Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg114659] Re: Importing Google Result Page into Mathematica
- From: Murta <rodrigomurtax at gmail.com>
- Date: Sun, 12 Dec 2010 05:41:33 -0500 (EST)
- References: <idv7bc$t6v$1@smc.vnet.net>
tks All!..
It was what I needed.
On Dec 11, 4:56 am, "Hans Michel" <hmic... at cox.net> wrote:
> Try
> Import["http://www.google.com/search?q=teste", {"HTML", "Source"}]
>
>
>
> -----Original Message-----
> From: Murta [mailto:rodrigomur... at gmail.com]
> Sent: Friday, December 10, 2010 1:28 AM
> Subject: Importing Google Result Page into Mathematica
>
> Hi All
>
> I I'm trying to import the google result page using a command like:
> Import["http://www.google.com/search?q=teste"]
> But the result isn't the page that I see in the browser.. (with
> hyperlinks
> and so one)
> If I try to use "Source", "Data" or "FullData" like:
> Import["http://www.google.com/search?q=teste", "Source"]
> It doesn't work either.
> Someone has any idea of how can I do that?
>
> tks
> Murta
Prev by Date:
Re: Numbering a chapter starting in number n?
Next by Date:
Re: Numbering a chapter starting in number n?
Previous by thread:
Re: Importing Google Result Page into Mathematica
Next by thread:
How to invert a function of several variables?
|