• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to access text field in url

 
Greenhorn
Posts: 4
Java ME C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello java ranch

I'm a java beginner.Now i'm learning URL and HttpURLConnection java classes.I know how to connect the URL and read data from that url.But i didn't know how to post text field data to URL.
Here my source code


I want to enter student register number in the register number textfield and post it to the url(http://results.unom.ac.in/result/).After posting textfield data to url ,i want to fetch output data[ marklist of register number entered in a text field] from that url.But i'm not get the expected output. please help me how to access textfield data and post that textfield data to the url.sorry for my english.
Screenshot-from-2015-06-28-14-05-11.png
[Thumbnail for Screenshot-from-2015-06-28-14-05-11.png]
 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And what output did you get? What did you expect? We can't help if you don' tell us the details.
 
reply
    Bookmark Topic Watch Topic
  • New Topic