|
|
От: |
msqrt84
|
|
| Дата: | 08.05.06 08:59 | ||
| Оценка: | |||
<select id="foo" name="foo">
<option>test1</option>
<option>test2</option>
</select>String foo = "";
try
{
foo = request.getParameter("foo");
}
catch (Exception e)
{
System.err.println(e.toString());
}