Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 5 of 5
Search took 0.04 seconds.
Search: Posts Made By: brood_snow
Forum: Java and JSP 07-01-2012, 03:15 PM
Replies: 1
Views: 783
Posted By brood_snow
I changed the (java)script to: <script...

I changed the (java)script to:

<script language="javascript">
function validateSea(){
if(document.entry2.name.value != ''){
return true;
}

else
...
Forum: Java and JSP 06-28-2012, 12:09 PM
Replies: 1
Views: 783
Posted By brood_snow
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
Posted By brood_snow
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
Posted By brood_snow
Smile Yup, it worked

It worked!

thanks a lot :thumbsup:
Forum: Java and JSP 06-24-2012, 10:34 PM
Replies: 2
Views: 1,457
Posted By brood_snow
Question 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 =...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT +1. The time now is 07:36 PM.