Forum: JSP Oct 7th, 2009 |
| Replies: 1 Views: 477 Your code has some bugs. Have a look,
1. Variable var xmlhttp; must be placed outside the function.
2. Callback method,
xmlhttp.onreadystatechange=XLNAME;
<html>
<head>
... |
Forum: JSP Jul 21st, 2009 |
| Replies: 6 Views: 538 Alex_,
Read this,
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets11.html#63281
http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Session-Tracking.html |
Forum: JSP Jul 17th, 2009 |
| Replies: 2 Views: 443 osirion666,
......
String todelete[] = request.getParameterValues("delete");
if(todelete!=null) {
for (int i = 0; i < todelete.length; i++) {
String sqld = "DELETE... |
Forum: JSP Jul 16th, 2009 |
| Replies: 7 Views: 1,035 Alex_,
Read this article : http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets9.html |
Forum: JSP Jul 3rd, 2009 |
| Replies: 32 Views: 3,045 farahshafilla,
You already own a thread for the same question.
http://www.daniweb.com/forums/thread197747-2.html
Source code you posted here is a Servlet class. Please post jsp/html code and... |
Forum: JSP Jun 12th, 2009 |
| Replies: 1 Views: 357 "Very Urgent" - Is this your problem? |