Step 1 : Develop a index.jsp form <html> <head> <script src="jquery-2.0.3.js"></script>...
Using Jquery and Ajax with JSP Sample Program
on
I am not a teacher, but an awakener
Step 1 : Develop a index.jsp form <html> <head> <script src="jquery-2.0.3.js"></script>...
What is Ajax: AJAX = Asynchronous JavaScript and XML. AJAX is not a new programming language, but a new way to use existing stand...
Step1: develop a calling.jsp page with ajax code <!DOCTYPE html> <html> <head> <script> var xmlhttp; fu...
Table data: create table emp(eid varchar(20) primary key,ename varchar(20),sal varchar(20),address varchar(20)); ->s elect * fr...