Programming Error 0 Answer(s) 3 years and 3 months ago
Posted in : JSP-Servlet
Domain Table:--
Rfcdkey DomainName DomainValue DepDomainValue Statcd 1 StateCd Maharashtra Mumbai A 2 StateCd Maharashtra Pune A 3 StateCd Maharashtra Nashik A 4 StateCd Karnataka Bangalore A 5 StateCd Delhi Delhi A 6 StateCd West Bengal Kolkata A 7 StateCd West Bengal Dargeeling A 8 Category Matrimonial Bride A 9 Category Matrimonial Groom A
<% Connection con=null; Statement stmt=null; //String st; try{ Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); con=DriverManager.getConnection("jdbc:odbc:Advdsn"); stmt=con.createStatement(); } catch(SQLException se){ out.println("Database Error:"+se.getMessage()); } catch(Exception e){ e.toString(); } %> <html> <head> <script language="JavaScript"> function Draft(text1,text2){ var v1=text1.value; var v = 0; v2=v1.replace(/\s/g,' '); v2=v2.split(' '); for (i=0; i<v2.length; i++) {if (v2[i].length > 0) v++;} text2.value=v; } function checkPhoneNo(num){ if(isNaN(num)){alert("Invalid Phone Number. The only characters permitted are 0 to 9"); return 0;} else{return 1;} } function Validate() { var phone=document.form.PhoneNo; var email=document.form.Email; if(email.value=="") { alert("Please enter valid Email Id"); return false; } apos=email.value.indexOf("@") dotpos=email.value.lastIndexOf(".") if (apos<1 || dotpos-apos<2) { alert("Invalid Email Id") email.value==""; email.focus(); return false; }
if((phone.value=="")||(phone.value==null)) { alert("Please enter valid PhoneNo");phone.focus(); return false; } if (checkPhoneNo(phone.value)==false){ phone.value=""; phone.focus(); return false; } if ((phone.value.length==8)||(phone.value.length==10)){ return true; } else{ alert("Phone Number must be of 8 numbers or 10 numbers"); return false; } return true; }
</script> </head>
<body bgcolor="lightblue"> <marquee behavior="alternate" scrollamount=5 scrolldelay=10><h1><font size=4 face="Stroustroup" color="#993355">Advertisement Management System</h1></font></marquee><br> <p align=center><b> <font color="669933" size=4>Create Ad </font></b></p><br> <% String no=request.getParameter("OrderNo"); out.println("The Placing of Ad is of Order Number "+no+"<br>"); %> <form name="form" method="post" action="Preview.jsp" onsubmit="return Validate();"> <table> <tr><td>State:</td><td> <select name="State" size=1> <% ResultSet state=stmt.executeQuery("SELECT distinct DomainValue FROM Domain WHERE DomainName = 'StateCd' Order by 1"); while(state.next()) { String st=state.getString("DomainValue"); %> <option value="<%=st %>"> <%
out.println(st); %> </option> <%}%> </select></td></tr> <tr><td>City:</td><td> <select name="City" size=1> <% ResultSet city=stmt.executeQuery("Select DepDomainValue from Domain where DomainName='StateCd' and DomainValue=(SELECT distinct DomainValue FROM Domain WHERE DomainName = 'StateCd') "); while(city.next()) { String ci=city.getString("DepDomainValue"); %> <option value="<%=ci %>"> <%
out.println(ci); %> </option> <%}%> </select></td></tr> <tr><td>Main Category: </td><td><select name="mainCat" size=1> <% ResultSet mainC=stmt.executeQuery("SELECT distinct DomainValue FROM Domain WHERE DomainName = 'Category' Order by 1 "); while(mainC.next()) { String mc=mainC.getString("DomainValue"); %> <option value="<%=mc %>"> <%
Above This is the Domain Table created in access. I loaded all values from Domain table in PlaceAd.jsp but i want that if user selects Maharashtra then only city related to that state must be visible in city combo box. Eg: if Maharashtra is selected then only mumbai,pune and nashik must be visible in city combo box ?? Please Reply me Sir how to do this actually i tried but its giving me error?? So Please Reply me. Thank You Sir.
View Answers
Related Pages:
programming error programming error I got an error when i did the following program
the prg. is to "select the name from database when the age is given for the respective name"
error i got is:SQL exception
please give me the solution by providing
error at programming error at programming import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;
public class Login extends HttpServlet
{
public void doPost(HttpServletRequest req,HttpServletResponse res
error at programming error at programming import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;
public class Login extends HttpServlet
{
public void doPost(HttpServletRequest req,HttpServletResponse res
error at programming error at programming import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;
public class Login extends HttpServlet
{
public void doPost(HttpServletRequest req,HttpServletResponse res
error at programming error at programming import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;
public class Login extends HttpServlet
{
public void doPost(HttpServletRequest req,HttpServletResponse res
error at programming error at programming import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;
public class Login extends HttpServlet
{
public void doPost(HttpServletRequest req,HttpServletResponse res
error at programming error at programming import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;
public class Login extends HttpServlet
{
public void doPost(HttpServletRequest req,HttpServletResponse res
error at programming error at programming import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;
public class Login extends HttpServlet
{
public void doPost(HttpServletRequest req,HttpServletResponse res
error at programming error at programming import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;
public class Login extends HttpServlet
{
public void doPost(HttpServletRequest req,HttpServletResponse res
error at programming error at programming <p>import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;</p>
<p>public class Login extends HttpServlet
{
public void doPost(HttpServletRequest
Programming Error - JSP-Servlet Programming Error Hello Sir,
how to convert a txt written in textarea of html must get converted to integers and should get displayed... integer.parseInt but its giving error.
Please Reply me .
Thank you
Programming Error - JSP-Servlet Programming Error
Place Ad
function funct(){
if(document.form.DraftAd.value=="" || document.form.DraftAd.value==null... ??? And when i tried its giving me error than cannot find variable.In
Programming Error - JSP-Servlet Programming Error Hello Sir,
import java.util.*;
import...();
}
}
}//End of class
m geeting error in this can u please tell me whats the error nd how to solve
programming error - Java Beginners programming error how can we statically implement linked list???????? Hi Friend,
Please visit the following links:
http://www.roseindia.net/java/jdk6/LinkedListExample.shtml
http://www.roseindia.net/java
Programming error - JDBC Programming error import javax.servlet.*;
import...)
{
out.println("Database Error :"+se.getMessage());
}
catch(Exception e)
{
out.println(e.toString());
}
}
}
Please reply me the error in this program because i
Programming Error - JSP-Servlet Programming Error
Place Order
function checkName...("");
}
catch(SQLException se)
{
out.println("Database Error :"+se.getMessage());
}
catch(Exception e)
{
out.println("General Error :"+e.getMessage
Programming error - JSP-Servlet Programming error Hello Sir,
Can u please reply me the code for javamail please actually i watch the javamail.net but i dint understood it.
Actually i want to send a mail to my clients with a small text message.
Please
Programming Error - JSP-Servlet Programming Error Image:
I want that when user clicks on browse button then a folder of images should get open and when user clicks one image from it (only one not more than that)then it should get displayed on next page
Programming error - JSP-Servlet Programming error Actually there is an error in placeorder.jsp file where there are 5 fields OrderNo ,Name , Address, Email, PhoneNo
where if I delete an order of client based on orderno then suppose in database if there are 5
Programming Error - JSP-Servlet Programming Error
Place Ad
function funct(){
if(document.form.DraftAd.value=="" || document.form.DraftAd.value==null)
{
document.form.cnt.value=0;}
else
{document.form.cnt.value
Programming Error - JSP-Servlet Programming Error
Payment
Advertisement Management System
Payment
Premium Position
FrontPage
BackPage
Other Premium Pages
Page 2
Page 3
Page 5
Page 7
Total Cost:
How to use switch
Programming Error - JSP-Servlet Programming Error Image:
Browse
When user clicks on Browse Button then a folder of images should get open and when user clicks one of them then the path of that should get saved in Access Database and on next page
programming error - Java Beginners programming error import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.sql.*;
public class Place_Ad extends...)
{
out.println("Database Error :"+se.getMessage());
}
catch(Exception e
programming error - Java Beginners programming error What is error in this page and how to use RequestDispatcher in servlet to validate it please do reply??
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import java.sql.*;
import
Programming error - JSP-Servlet Programming error
--%>
Place Order
function Validate()
{
var valid=true;
if(document.forms.OrderNo.value=="")
{ alert... where if @ is not given or (dot). is not given etc then it should display error
Programming error - JSP-Servlet Programming error
Payment
Advertisement Management System
Payment
Premium Position
FrontPage
BackPage
Other Premium Pages
Page 2
Page 3
Page 5
Page 7
Total Cost:
I want that the no of characters
Programming Error - JSP-Servlet Programming Error How to validate login page using jsp where it checks for username whether it is empty or not or is it including number or not if it is the paste alert message.
Hi Friend,
Try the following
Programming Error - JSP-Servlet Programming Error
Place Ad
Advertisement Management System
Create Ad
State:
City:
Main Category:
Sub Category:
Title:
Draft Your Ad Here
Programming Error - JSP-Servlet Programming Error Ya States and cities and maincategory and subcategory are combobox and maincategory contains suppose matrimonial then sub category will contain groom and bride,
if main category contains vehicals then sub
Programming Error - JSP-Servlet Programming Error
MainPage
body
{
font-family:arial,helvitica,serif;
color:purple;
background-color:#717D7D;
}
ul
{
list-style-type:none;
margin:0;
padding:4px;
}
li
{
list-style-type:none;
padding
Programming Error - JSP-Servlet Programming Error Domain Table:--
Rfcdkey DomainName DomainValue DepDomainValue Statcd
1 StateCd Maharashtra Mumbai A
2 StateCd Maharashtra Pune A
3 StateCd Maharashtra Nashik A
4
Programming Error - JSP-Servlet Programming Error Place.jsp
function func(){
var filename = document.form.img.value;
var st=document.form.State.value;
var ci=document.form.City.value;
var main=document.form.mainCat.value;
var sub
Programming error - JSP-Servlet Programming error
Place Order
function checkName(text)
{
if(isNaN(text)){ return 1;}
else{alert("Invalid Name! The only charachters accepted are A - Z and a - z");return 0;}
}
function checkPhoneNumber
Programming error - Java Beginners Programming error import javax.servlet.RequestDispatcher;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
public class ModuleServlet extends HttpServlet {
public void doGet(HttpServletRequest
programming error - JSP-Servlet programming error
Place Order
function Validate()
{
var valid=true;
if(document.forms.OrderNo.value=="")
{ alert("Please enter valid OrderNo");
valid=false;
}
if(document.forms.Name.value
Programming Error - JSP-Servlet Programming Error
Place Ad
Advertisement Management System
State:
City:
Main Category:
Sub Category:
Title:
Draft Your Ad Here:
Count:
Image
Another Image
Email:
Phone No:
Select Newspaper
Programming Error - JSP-Servlet Programming Error import java.util.*;
import javax.mail.*;
import javax.mail.internet.*;
public class SendMail {
public static void main(String args[]) throws Exception {
String host = "192.168.10.205
Programming Error - JSP-Servlet Programming Error
Place Ad
function func()
{
var filename = document.form.img.value;
window.location.href=("http://localhost:8080/ProjectAd/Preview?
filename="+filename);
}
function Draft
Programming error - JSP-Servlet Programming error Place.jsp code
function func(){
var filename = document.form.img.value;
var st=document.form.State.value;
var ci=document.form.City.value;
var main=document.form.mainCat.value;
var sub
Programming Error - JSP-Servlet Programming Error import javax.servlet.*;
import java.io.*;
import javax.servlet.http.*;
import java.sql.*;
public class UpdateOrd extends HttpServlet
{
public void doPost(HttpServletRequest req,
HttpServletResponse
Java Programming: Solution to Programming Exercise
Solution for
Programming Exercise 9.4
THIS PAGE DISCUSSES ONE... describes the error.
If func is a variable of type Expr and
num is of type... contains an error,
print an error message. Otherwise, let the user enter some
Java Programming: Solution to Programming Exercise
Solution for
Programming Exercise 9.3
THIS PAGE DISCUSSES ONE... an error message
}
else:
Let str...();
}
catch (NumberFormatException e) {
Print an error message
Java Programming, Solution to Programming Exercise
Solution for
Programming Exercise 12.2
THIS PAGE DISCUSSES ONE... of
input. If a line contains a syntax error, your program should
not crash. It should report the error and move on to the next
line of input. (Note: To print out
Java Programming: Solution to Programming Exercise
Solution for
Programming Exercise 10.2
THIS PAGE DISCUSSES ONE... in that file,
to standard output. If an error occurs while trying to read from
one of the files, you should print an error message for that file,
but you
Java Programming: Solution to Programming Exercise
Solution for
Programming Exercise 4.2
THIS PAGE DISCUSSES ONE... the
corresponding base-10 value. If not, print out an error message.
Discussion...);
}
else { // Input is not valid, print an error message
Java Programming: Solution to Programming Exercise
Solution for
Programming Exercise 10.5
THIS PAGE DISCUSSES ONE.... The server responds with
a one-line message, either "error" or "ok". The client reads this
message. If the message is "error", indicating that the requested
Java Programming: Solution to Programming Exercise
Solution for
Programming Exercise 9.1
THIS PAGE DISCUSSES ONE... the subroutine to compute
a solution of the equation. If no error
occurs, it should print the root. However, if an error occurs, your
program should catch
Java Programming: Solution to Programming Exercise
Solution for
Programming Exercise 10.4
THIS PAGE DISCUSSES ONE... the contents of
the file and closes the connection. Otherwise, it sends
the word "error... rather than a regular file. This allows for some basic
error checking before