Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11065
| From | GGolf <invalid@invalid.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: save webpage content |
| Date | 2012-01-04 15:01 +0530 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <je169r$om1$1@speranza.aioe.org> (permalink) |
| References | <0bcfbef7-1329-4e57-98e2-5e14133a69dd@g41g2000yqa.googlegroups.com> |
On 01/04/2012 02:40 PM, i need chrome 12 downloads wrote:
> I want to store the webpage content for the following url. chrome-
> extensions://xxx/background.html .
> I am not getting error ioexjava.net.UnknownHostException: chrome-
> extension..while i used Url url = URL("chrome-extensions://xxx/
> background.html") is there any other way to getting the chrome
> extensions background page source code???
That URL is visible only within Chrome. If you only need to save the
webpage, you could do that within Chrome's Developer Tools, instead of
using Java.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
save webpage content i need chrome 12 downloads <mekalai82@gmail.com> - 2012-01-04 01:10 -0800
Re: save webpage content GGolf <invalid@invalid.com> - 2012-01-04 15:01 +0530
Re: save webpage content Roedy Green <see_website@mindprod.com.invalid> - 2012-01-04 04:21 -0800
Re: save webpage content Arne Vajhøj <arne@vajhoej.dk> - 2012-01-14 23:29 -0500
csiph-web