I created the new form and the button that pass some parameters to another page; but I need the Submit button to open new pop-up window that is sized to specifications.
this is how I do it via the hyperlink; I need same functionality for the Button
out.println("<a onclick=\"window.open(this.href,this.target,'height=500, scrollbars=1, width=950, resizable');return false;\" target=\"_blank\" href=\"chart.jsp?room=" + B.getNumber() + "&building=" + B.getBuilding() + "\">view chart</a>");