Posted by: Naveen Kapoor on: July 29, 2009
AJAX with Servlet : Example => http://roopakneevan.wordpress.com/2009/07/29/ajax-with-servlets-example/ Above link is an example for the below code[In the above example I have put the code screen shots]. JSP Code : FirstExample.jsp <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”><HTML > <HEAD> <script type=”text/javascript” src=”javascript/myJSfunc.js”> </script> <TITLE>Your First Step to AJAX</TITLE> </HEAD> <BODY> [...]
Posted by: Naveen Kapoor on: July 29, 2009
I am going thru Head Rush Ajax and i found it quite interesting. I am following with the exampleas as well. All the examples in this book are based on PHP’s and I have never worked with PHP so initially it was difficult for me to start with but the I started with PHP and [...]