Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #1008
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Jeff Higgins <jeff@invalid.invalid> |
| Newsgroups | comp.lang.java.help |
| Subject | Re: Web-based forms, Auto-Fill / Auto-Activate |
| Date | Sun, 04 Sep 2011 15:12:58 -0400 |
| Organization | A noiseless patient Spider |
| Lines | 34 |
| Message-ID | <j40idg$t8f$1@dont-email.me> (permalink) |
| References | <ee3a472e-8abb-4cc6-8a38-8c603ac79726@1g2000vbu.googlegroups.com> <j3ucoe$qjn$1@dont-email.me> <j3vf5r$t2c$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Sun, 4 Sep 2011 19:09:37 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="Z+UYWCPnTu4kxHsUACWmFQ"; logging-data="29967"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/GNMV9nCRNaf1aXIZ6ErbLAXjQD03k8+A=" |
| User-Agent | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110818 Icedove/3.0.11 |
| In-Reply-To | <j3vf5r$t2c$1@dont-email.me> |
| Cancel-Lock | sha1:WLC9Za/wqTbb9DQdQw5nQkNZop0= |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.help:1008 |
Show key headers only | View raw
On 09/04/2011 05:11 AM, Jeff Higgins wrote: > On 09/03/2011 07:24 PM, Jeff Higgins wrote: >> On 09/03/2011 04:46 PM, Peter Raeth wrote: >>> Am looking for an example, book, article, or other documentation that >>> would illustrate how to programmatically fill in a web-based form, >>> submit the form, and collect the results. >>> >>> Thank you very much for any insights you can offer. >> >> If this link does not help with what you are looking for, please be more >> specific. >> <http://hc.apache.org/httpcomponents-client-ga/tutorial/html/> > > Here is an HTML parser: > <http://jericho.htmlparser.net/docs/index.html> > > With these two components you can go a long way with web-based forms, > provided they are in the form of standard HTML Forms: > <http://www.w3.org/TR/html4/interact/forms.html> > > Custom tags and scripts will add much complexity. > > If your intent is to automate your existing browser, you will need to > see the documentation for your browser's API. > > Another alternative might be shell scripting and available tools: $ telnet www.lotto.invalid 80 $ GET /monday/checkwinningnumber.html?number=1010111 HTTP/1.0 <html><head><body>So sorry. Please try again</body></head></html>
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar
Web-based forms, Auto-Fill / Auto-Activate Peter Raeth <peter_raeth@juno.com> - 2011-09-03 13:46 -0700
Re: Web-based forms, Auto-Fill / Auto-Activate Jeff Higgins <jeff@invalid.invalid> - 2011-09-03 19:24 -0400
Re: Web-based forms, Auto-Fill / Auto-Activate Jeff Higgins <jeff@invalid.invalid> - 2011-09-04 05:11 -0400
Re: Web-based forms, Auto-Fill / Auto-Activate Jeff Higgins <jeff@invalid.invalid> - 2011-09-04 15:12 -0400
Re: Web-based forms, Auto-Fill / Auto-Activate Peter Raeth <peter_raeth@juno.com> - 2011-09-05 10:01 -0700
Re: Web-based forms, Auto-Fill / Auto-Activate Jeff Higgins <jeff@invalid.invalid> - 2011-09-05 15:17 -0400
Re: Web-based forms, Auto-Fill / Auto-Activate Peter Raeth <peter_raeth@juno.com> - 2011-09-17 13:03 -0700
Re: Web-based forms, Auto-Fill / Auto-Activate markspace <-@.> - 2011-09-03 19:24 -0700
csiph-web