要用request.getParameterValues("checkboxname")来取值
返回String[]popup功能要用javascript来实现
<script>
t=window.open();
t.focus();
t.close();
</script>