Forum: Java and JSP
07-01-2012, 03:15 PM
|
|
Replies: 1
Views: 783
|
Forum: Java and JSP
06-28-2012, 12:09 PM
|
|
Replies: 1
Views: 783
Processing form's element(s) in JSP
I have a HTML form in JSP page, and in the <header> I have a JavaScript validation. The user must enter one field: name or id or year, and a java file will search the student in database by name or...
|
Forum: HTML & CSS
06-27-2012, 01:55 PM
|
|
Replies: 1
Views: 266
HTML form question
<html>
<head>
<title>Student to search into database</title>
<script language="javascript">
function validate2(objForm){
int k = 0;...
|
Forum: Java and JSP
06-27-2012, 01:41 PM
|
|
Replies: 2
Views: 1,457
|
Forum: Java and JSP
06-24-2012, 10:34 PM
|
|
Replies: 2
Views: 1,457
Error accessing a static method (JSP, Java)
JSP file
......................................…
//reading params from the form
String name = request.getParameter("name");
String year_prime = request.getParameter("year");
int year =...
|