aspose file tools
The moose likes Servlets and the fly likes About retrieving info from HTML page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "About retrieving info from HTML page" Watch "About retrieving info from HTML page" New topic
Author

About retrieving info from HTML page

Arun Kumar Gaddam
Ranch Hand

Joined: May 05, 2007
Posts: 58
I developed a HTML page. In which there are some list boxes and radio buttons .Now how can i retrieve info about the selection done.Like we do Some thing like

request.getParameter("----");

for an text field.....

For an list box etc how we retrieve the info...........Please Reply.......
Thanks in advance...
[ November 05, 2007: Message edited by: Bear Bibeault ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56200
    
  13

Same way. All form controls return their data as name/value pairs.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: About retrieving info from HTML page
 
Similar Threads
illegalstateexception i am getting
Can I read the tags associated with an element on the web page?
I need help on ArrayList
How to Retrieve Name From Dabatabase
hyperlink the data from database