Home Answers Viewqa JSP-Servlet Validating Emp ID Reply

 
 


Ragavendran.R
Validating Emp ID Reply
2 Answer(s)      4 years and 10 months ago
Posted in : JSP-Servlet

View Answers

August 11, 2008 at 3:57 PM


hai frnd....
The change i made is for accepting numerals only.....
If u type any characters...it will show u an alert window telling "Please input valid emp no"
this msg u can type wat ever u want...
but dont make any change in the variable anum

thanks and regards
prashu

August 11, 2008 at 4:23 PM


hai frnd....
here i have mistyped as phone....
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (anum.test(phone))
return true
else{
alert("Please input valid emp no!")
return false
}



please use ur field name...

var anum=/(^\d+$)|(^\d+\.\d+$)/
if (anum.test(id))
return true
else{
alert("Please input valid emp no!")
return false
}



thanks and regards,
Prashu
prashobvee@gmail.com









Related Pages:
Validating Emp ID Reply - JSP-Servlet
Validating Emp ID Reply  Respected Sir/Madam, I am Ragavendran.R.. Thanks for your quick response.. Actually I need to check whether Emp ID... valid emp no!") return false } if(form.id.value=="") { alert
validating email id
validating email id  how to validate the email id ?   <...=""; return false; } } </script> <form id="form...;tr><td>Email </td><td><input type="text" id="email" ><
get details of employee after enter the emp_id
get details of employee after enter the emp_id  how to get employee details after entered the emp_id from database after that we have three more option add new,modify and delet employee   Please visit the following
get details of employee after enter the emp_id
get details of employee after enter the emp_id  how to get employee details after entered the emp_id from database after that we have three more option add new,modify and delet employee   Please visit the following
Reply - JSP-Servlet
to solve that emp id validation by checking only for empty field in my home page and for Invalid emp id, i passed the control to process.jsp and caught numberformat exception to display "Please enter Valid ID" in the form of an alert box
Finding MAX value from emp_id column using SQL query?
Finding MAX value from emp_id column using SQL query?  I need to select maximum of the Emp_id values from SQL server 2005 table.I was using... of emp id from the table.(Actually it picks up Max value using by looking at 1st
Validating Number Very Urgent - JSP-Servlet
of Emp ID text box.. I am sending the code for your kind reference which tends you...; wat do u want to check? if u want to insert number only in the emp id...Validating Number Very Urgent  Respected Sir/Madam, I am
Reply - JSP-Servlet
;=imgs.length;i++) { var imgid="myImage"+i; var emp_id = "eid"+i..._value = document.getElementById(emp_id).value...="getuser.jsp" url=url+"?emp_id="+emp_value; xmlHttp.onreadystatechange
Image Selection Reply Urgent.. - JSP-Servlet
Image Selection Reply Urgent..  Respected Sir/Madam, I am R.Ragavendran.. Thanks for yuor fast response.. Sir actually I will be much more... emp_value=""; for(var i=0;i0) { for(var i=0;i
Reply Me - Java Beginners
Reply Me  Hi All, I want to using query string in my page......when i click any link then open all form clearly but i want to pass id=1 in url...=13c222b87273340cf002bfba4ab9d045. please reply me fast its urgent
reply me - Java Beginners
reply me  Hi, user enter vend_id in text box ten open the addform.jsp In the addform.jsp have two button Update and delete addform.jsp is display with fetching data in all text box I m sending code before 5
Reply me - Java Beginners
Reply me  Hi, There are one form product_master these fields are prod_id,prod_name,prod_opstock,prod_excise,prod_vat,reorder_level,reorder_qty,vendor_name All fields are input manualy but i want this vendor_name take
id creation
id creation  CREATE TABLE mohan2 ( sno bigint(20) NOT NULL AUTO...) { Scanner s=new Scanner(System.in); System.out.println("Enter emp name:"); String str=s.next(); System.out.println("Enter emp sal
generate ID
generate ID   Statement st1=con.createStatement(); String sql="insert into employee values(emp_seq.nextval,'"+ename+"','"+eadd+"','"+ephone+"','"+email+"','"+department+"',"+Integer.parseInt(ebpay)+",20,0)"; st1.executeUpdate
Reply Me - Java Beginners
Reply Me  Hi Amardeep I am sending database table name,code and db file please insert this data in this table its very urgent.... My.... can you send all file in make zip file on my id. Because your code very large
Reply me - Java Beginners
Reply me  HI I m sending structure of table vend_id,vend_name... vend_id. vend_name... i'm considering vend_id,vend_mobile ,vend_panno,vend_phone
Reply Me - Java Beginners
Reply Me  Hi, For table I have a two table first is sales transaction and second is sales_line sales_transaction fields are comp_id,vend_id,invoice_no,invoice_date,lpono,lpo_date,purcase_order_no,country_of_origin
validating a HTML
validating a HTML  What are the reasons for validating a HTML
Please Reply - Java Beginners
Please Reply  Hi, I have a form these fields r prod_id,prod_name... should be stored vand_id in the place of vend_name Please write a code..." Vend Id Vend Name
reply - Java Beginners
(); st.executeUpdate("drop table survey;"); st.executeUpdate("create table survey (id int,name varchar(30));"); st.executeUpdate("insert into survey (id,name
retrieve Dept Name from table dept and retrieve list of employee from emp table for that dept in combobox
retrieve Dept Name from table dept and retrieve list of employee from emp table... and display that list in combobox. For example, In HTML page, we have Dept ID... of employee from table emp for that dept in combobox using this query (select ename
Hibernate criteria by id.
(); } } Output: Hibernate: select this_.emp_id as emp1_0_0_, this_.date_of_join... this_ where this_.emp_id=? 1 Mandy 20000 2010-03-12 00:00:00.0 Description...Hibernate criteria by id.  How to display record by using criteria
Validating XML
Validating XML  Hi, I have a string containing data in XML format. I have to Validate this xml data. Is there any method in java that allows strings as input to validate xml?   Please visit the following link: http
need to generate ID
need to generate ID  hai, i need to generate ID i.e when i select addemploye option and submit, it should generate a emp ID which is 1 greater than the previous highest ID value stored in database. eg: if the higest value
need to generate ID
need to generate ID  hai, i need to generate ID i.e when i select addemploye option and submit, it should generate a emp ID which is 1 greater than the previous highest ID value stored in database. eg: if the higest value
id
id  how to find date of birth and gender in id in html with the help of javascript
validating web pages
validating web pages  How to validate HTML web pages
Validating image size
Validating image size  How to validate image size to 2MB in javascript which is updating to mysql database
XML Count Elements
Enter XML tag name:Emp_Id Total elements: 3   ...; Here providing you an example that counts the number of tags <Emp_Id>...;Employee-Detail> <Employee> <Emp_Id> E-001 </Emp
validating a form before data is entered.
validating a form before data is entered.  How can I avoid validating a form before data is entered
validating - Swing AWT
validating   hi another problem i am facing in swing is that is i have got many textfeilds ex: Roll No: Name: Address: so Roll No TextField have to Contains only Numbers. Name TextFields have to contain only
Getting the ID of the element that fired an event using JQuery
Getting the ID of the element that fired an event using JQuery  Hello sir I want to know-Is there any way to get the ID of the element that fires the event? Please mention the code with your reply. This will make easy for me
Validating the password field
Validating the password field  When the validate method returns back to the registration page the password field get cleared there by asking again one more time to enter the password field at the time of re-submitting the form
reply to the mail
reply to the mail  Hi! which jar file needed to be added? Thanks   Question not clear
reply must
reply must  is it critical to do a software job based on games(java) i know core java & advanced java basics only please give me answer
validating username and password from database
validating username and password from database  Hello sir, i am developing a login page. i want that when i fill data in text fields. it validate data from database. if enter data is match from database. page goes to next page
Validating date in javascirpt - Development process
Validating date in javascirpt   Hi Friends, Can u plz give sample code for validating date in javascript using textbox.((dd--mm--yyyy format) Thank u in advance  Hi, The following code may be useful
validating text fields - Swing AWT
validating text fields  hi i am using NETBEANS IDE so when i want to validate TEXTFEILDS if one textfield is blank then it should focus on that particular textfield so help me with this plz..... /* * To change this template
Validating date in javascript - Java Interview Questions
Validating date in javascript   Hi Deepak, Can u give sample code validating date in javascript using text box. thank u in advance  In what format you are going to enter the date in Text box (i.e : dd/mm
retrieving data from database to the textbox depending upon the id in jsp
retrieving data from database to the textbox depending upon the id in jsp ... depending upon another textbox value which is productid.First the id entered by us... cannot modify. Please provide the respective code..Waiting for your reply.  
Reply Me - Java Beginners
Reply Me  Hi, This is not correct url please send me again coorect url
Validating Duplicate Entry To Database - Java Beginners
Validating Duplicate Entry To Database  I have a servlet that adds data to the table called foodtype in (Ms Access). i already have Chinese, vegetarian entered in table. what am trying to do is to validate when entering foodtypes
Reply me - Java Beginners
Reply me  Hi,   Hi Ragini please specify main problem. where are problem in your code. Thanks
reply - Java Beginners
reply  Hi friends I have a 255 fields i want to insert data in the table please let me know how to insert data in the database please reply me its very urgent
Reply me - Java Beginners
Reply me  Hi Friends, Quest:- Tell em what is the difference between java and php, dotnet Quest:- what is the similar point of php and java... Please tell me its very urgent
Reply me soon.........
Reply me soon.........  Any body plzz help.....how to get d checked details from previous page to current page and den insert into table

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.