Results 1 to 5 of 5
Thread: Filling form using java
- 02-12-2011, 06:58 AM #1
Member
- Join Date
- Oct 2010
- Posts
- 9
- Rep Power
- 0
Filling form using java
Hi there,
When I want to fill out a web form, I must fill out all the elements in that form, eg, text box,select menu, check box... with suitable information, and then, press "Submit" button. But now, I want to do this automatically, and I wonder if there is any way that can do it through java. Can any one help me please? A piece of code will be appreciated.
Thank you very much.
- 02-12-2011, 07:15 AM #2
Member
- Join Date
- Feb 2011
- Posts
- 9
- Rep Power
- 0
Are you saying that you want to use java to automatically sumbit a form on a certain website for you?
I'm not sure if you could do that but I do know that some web browsers can remember your information and automate this process for you.
Although if you want to use java to learn from this Im not sure what to do.
- 02-12-2011, 07:26 AM #3
Member
- Join Date
- Oct 2010
- Posts
- 9
- Rep Power
- 0
I don't mean using Browser, because I'm studying deep web search engine. In abbreviation, if you want to get deep content (the content hidden behind the form and cannot be searched by traditional search engine) , the only way to do that is fill out the form with valid information and then submit it. Because of the large number of forms, the process must be done automatically. That is the purpose of the question.
Anyway, thank you for giving me your advice :)
- 02-13-2011, 02:59 AM #4
Member
- Join Date
- Mar 2009
- Posts
- 70
- Rep Power
- 0
Sounds like a spam bot :)
Obviously there have been numerous safe guards against this, e.g Captcha. I doubt you could generalize it to work for every website.
- 02-14-2011, 07:22 AM #5
Member
- Join Date
- Oct 2010
- Posts
- 9
- Rep Power
- 0
Perhaps, but it's my Memory-end study, I just want to obtain hidden contents behind forms, not spam bot.
For more details, you can read these article:
Accessing the deepweb: a survey
Google’sDeep-WebCrawlJava Code:http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.94.9091&rep=rep1&type=pdf
Java Code:http://www.cs.cornell.edu/~lucja/Publications/i03.pdf
Last edited by nxhoaf; 02-14-2011 at 07:31 AM.
Similar Threads
-
Filling a JTable
By aborgeld in forum Advanced JavaReplies: 0Last Post: 01-08-2011, 01:37 PM -
Filling Arrays??
By Bgreen7887 in forum New To JavaReplies: 8Last Post: 11-04-2010, 06:51 AM -
Java code that connects one form to the other form.
By kiz106 in forum New To JavaReplies: 1Last Post: 05-27-2010, 09:48 PM -
Filling 2D Array
By Nakira in forum New To JavaReplies: 3Last Post: 11-12-2008, 12:43 PM -
Beginner Java graphics - filling concentric circles with color
By GenkiSudo in forum New To JavaReplies: 4Last Post: 09-13-2008, 11:07 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks