javascript for textbox 1 Answer(s) 2 years and 10 months ago
Posted in : JSP-Servlet
Dear Sir , Thanks for posting an answer, its working fine .Sir how to get the text what we have entered in a prompt(reason).I need that reason to be displayed one next delete.jsp page so how to get that value.I used the following code reason=prompt("Reason for deleting:",""); window.open('../delete.jsp?id=id&reason='+reason.value,'mywindow','width=500, height=350,toolbar=no,resizable=yes,menubar=yes');
In delete.jsp
If i do request.getParameter("reason"); i am getting a null value .So please help me .. Thanks...
View Answers
July 13, 2010 at 4:50 PM
Hi Friend,
Try the following:
1)user.jsp: <%@ page import="java.sql.*" %> <html> <head> <script language="javascript"> function deleteRecord(id){ var r=confirm("Are you confirm"); if (r==true) { var reason=prompt("Reason for deleting:",""); if(reason==""){ }else{ window.open('http://localhost:8080/examples/jsp/deleteuser.jsp?id='+id+'&&reas='+reason,'mywindow','width=500, height=350,toolbar=no,resizable=yes,menubar=yes'); } } } </script> </head> <body>
<%@page language="java"%> <%@page import="java.sql.*"%> <% String reason=request.getParameter("reas"); out.println("Reason is: "+reason); System.out.println("Reason is: "+reason); String id=request.getParameter("id"); int no=Integer.parseInt(id); int sumcount=0; try { Class.forName("com.mysql.jdbc.Driver").newInstance(); Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/test", "root", "root"); Statement st = conn.createStatement(); st.executeUpdate("DELETE FROM employee WHERE userid = '"+no+"'"); out.println("<br>Record is deleted successfully"); } catch(Exception e){} %>
Thanks
Related Pages:
javascript for textbox - JSP-Servlet javascript for textbox Dear sir ,
How to write a javascript for a textbox ?.I am doing a delet operation.When i clik on a particular record... a javascript to do so ..Please help me sir...
Thanks... Hi Friend,
Try
javascript for textbox - JSP-Servlet javascript for textbox Dear Sir,
In my project if i use a
var reason=prompt(\"Reason for deleting:\",\"\") in a javascript
after confirm the delete option ,its not invoking the prompt()...So please help me..
Thanks
javascript for textbox - JSP-Servlet javascript for textbox Dear sir,
Thanks for your post,but when i write
if(reason=="") i am getting a following error in eclipse i.e a red... written if(reason=="") in Scriptlets?You can write this code only in the javascript
javascript for textbox - JSP-Servlet javascript for textbox Dear Sir ,
Thanks for posting an answer, its working fine .Sir how to get the text what we have entered in a prompt(reason).I need that reason to be displayed one next delete.jsp page so how to get
Javascript generate textbox Javascript generate textbox
In this tutorial, you will learn how to generate a textbox on button click
using javascript. Here is a javascript example... of textboxes. On clicking the
button with respect to each textbox, it will give
How to check text in textbox using JavaScript
How to check text in textbox using JavaScript How to check text in textbox using JavaScript
I have a form in HTML that contains text feilds... me.
JavaScript validation example to check text in textfeild
<
Javascript change textbox background Javascript change textbox background
In this section, you will learn how to change the background of textbox. Here
we have created a textbox and allowed the user to enter the valid name. If the
entered name is 'roseindia
javascript for textbox or prompt using servlet - JSP-Servlet javascript for textbox or prompt using servlet Dear sir
I am writing script in servlet,so prompt() is not working here so please help me... ,if they are confirmed to delete the i have to take a reason for deleting a textbox as to come
javascript for textbox or prompt using servlet - JSP-Servlet javascript for textbox or prompt using servlet Dear sir,
I am using a prompt(),when a delete is confirmed,its working fine ,but when a prompt is closed or cancel ,i have to remain in the same page but here it is going
JAVASCRIPT
JAVASCRIPT I have one textbox and I want to validate that it must start with number(1-0). can anyone tell me a javascript for that ?
thanks in advance
date in textbox on page load
date in textbox on page load i want to insret the current date in textbox but this code dosen't work and the value of text box will be blank
<script type="text/javascript">
function addDate
javascript
javascript hi, I was actually working on to calculate the number of days between two dates of yyyy-mm-dd format using javascript, and when i click on button then number of days should be display in textbox
Ajax drop down and textbox
.
<html>
<head>
<script language="javascript" type="text/javascript">
var xmlHttp
var xmlHttp
function
javascript validation javascript validation validation of comparing dropdownlist and textbox in javascript
How to display current date in textbox - Date Calendar
;% }
This is my problem:
I want to display current date in textbox, but it's failed. I don't know where is my mistake, but javascript value doesn't show in textbox.
Please help me to solve that problem, I will wait your answer
Autocomplete textbox with database in jsp and follow the MVC model
Autocomplete textbox with database in jsp and follow the MVC model i have one problem in my project i try to generate the autocomplete textbox...;head>
<script language="javascript" type="text/javascript">
var
How to show data from database in textbox in jsp
How to show data from database in textbox in jsp How to show data from database in textbox in jsp
Here is an example that retrieve the particular record from the database and display it in textbox using JSP.
<
how to make enable/disable textbox in while(rs.next)
how to make enable/disable textbox in while(rs.next) Hi, I'm trying to enable/disable the textbox in the while loop. It works but when i want.../disable function,the data are updated correctly. Is my javascript wrong? How do i
how to make enable/disable textbox in while(rs.next)
how to make enable/disable textbox in while(rs.next) Hi, I'm trying to enable/disable the textbox in the while loop. It works but when i want.../disable function,the data are updated correctly. Is my javascript wrong? How do i
Enabling the textbox - Java Server Faces Questions
Enabling the textbox Hi,
I have disabled the jsf text box using JavaScript on clicking the select boolean check box and it's getting disabled too.
but when I am trying to enable it again on clicking of checkbox
how to get data using dropdownlist, textbox and search button in jsp
how to get data using dropdownlist, textbox and search button in jsp Hi,
I want to display data using jsp,javascript and mysql.
My Q. is
If i select...' in textbox and click on search button it should show me all the title names
javascript problem javascript problem hi guys
My problem is that I am using radio button for yes or no but i want to do that if I press yes button then enter the text button inside the radio button if I press no button then no any other textbox
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 Hi,
our project involves fetching of data from database into textbox depending upon another textbox value which is productid.First the id entered by us
javascript dropdownlist javascript dropdownlist I want to replace window.prompt with a textbox but it doesnt work,please help.
<script>
function addOption(Area){
oc = Area.options.length;
if(Area.selectedIndex==oc-1){
newOpt
array in javascript - Java Beginners
array in javascript how to initialize array in javascript and can we increase the size of array later on?
is Array class in javascript ?
also when we take input from user through prompt or textbox it is always in string
Getting mysql table in textbox
Getting mysql table in textbox how to get mysql table values into textbox in java using ajax and servlets
Popup Calendar in Javascript - Development process
Popup Calendar in Javascript
Hi,
Can u plz send me javascript code for dispalying date in textbox using popup calendar . Thanks Prakash...://www.roseindia.net/javascript/javascript-calendar.shtml
Hope that it will be helpful for you
javascript - Java Beginners
javascript i have one textbox in which user have to enter the mailid...; Hi friend,
Email validation in JavaScript
function checkEmail...;
}
Email validation in JavaScript
JavaScript Key Event
>TextBox shows Key Event</h2>
<script language="JavaScript">...
JavaScript onkeyup Event...;
This section illustrates you the use of onkeyup event in JavaScript.
In the given
javascript regex validation alphanumeric javascript regex validation alphanumeric How to write javascript.../javascript">
function validate() {
var name = document.getElementById...;
</head>
<body>
<h2>Validating Alphanumeric value of textBox
Dynamically adding textbox and labels
Dynamically adding textbox and labels Sir,
In my application I want to insert texbox and labels dynamically and want to insert database field value in that generated label.
Plz help me,
Thanks in advance
listbox and textbox validations
listbox and textbox validations hi,
any one please tell me how to set validations for listbox and textboxes using bean classes?
thank you
Please visit the following link:
http://www.roseindia.net/jsp/user
retaining textbox values
retaining textbox values i have a calculator program, when i press a button the value displays but disappears when i press another button so how can i keep values to display when i press multiple buttons
JavaScript onkeypress event JavaScript onkeypress event...;
This section illustrates you the use of onkeypress event in JavaScript.... On pressing the key to write the text on the textbox, you will see
Sql Server 2008 with textbox
Sql Server 2008 with textbox **Hi, I tried to insert into DB using textbox in a form using vb by visual studio 2010 but its always catch an error
[Cannot open database "4" requested by the login. The login failed.
Login failed
Javascript background color - Java Beginners Javascript background color Hi
How to compare background color of a textbox ,
i have tried the following code but it is not working...; Hi Friend,
If you want to change the background color of the textbox
javascript - JSP-Servlet
javascript using below code i got value in textbox but i also wants to use this textbox value in query in same page..
function passVariable(){
var v=document.form.txt.value;
document.form.txt1.value=v;
}
Enter
javascript - Java Beginners TextBoxJavaScript Validation Can you please give an example of text box validation in JavaScript? hi<html><head><script language=javascript>var count = "125"; function limiter(){var tex
Javascript & AJAX query - Ajax Javascript & AJAX query Hi
This is Venu.I want the coding for
javascript i.e when i select a radio button it should display a text box along... on generate a textbox along with a remove button (suppose keep the limit as 20,i.e 20
Javascript - Java Beginners
Javascript I have one textbox in which user have to enter his/her...
}
Phone Validation in JavaScript
Enter... in JavaScript
Enter Phone Number:
ok.html
javascript - Java Beginners
javascript hi
im beginner,i have created form using javascript and html functionality is with every click of add button textbox shud get created,n with everyclick of delete buton the row shud get deleted tis is working fine
javascript
javascript javascript code to dynamically add table on button click.../javascript/javascriptexamples/javascript-add-row-dynamically.shtml
http://www.roseindia.net/javascript/javascript-add-row-to-table.shtml
http://www.roseindia.net
Javascript
Javascript How validations are done using javascript ,with example? and interview questions on javASCRIPT
JavaScript Open URL JavaScript Open URL... this object to open the entered URL. For this purpose, we have created a textbox...:
<html>
<script type="text/javascript">