| 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
|
|
|
Same way. All form controls return their data as name/value pairs.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: About retrieving info from HTML page
|
|
|