35,618 Topics

Member Avatar for
Member Avatar for ajithraj

haiii friends.. i want to generate buttons at the run time...and want to get the value on "onclick"... The code is like this.... <html:button property="button1" onclick="getButton();" styleClass="FORM"><%=list.get(x)%></html:button> x is incrementing...this code is inside a for loop...... thanksssssssss.....

Member Avatar for ajithraj
0
92
Member Avatar for sridharp_in

Hi, My project requires, autosuggest textbox in jsp/servlets/javascript where we retrieve data from database(oracle). Thank u, Sridhar.

Member Avatar for masijade
0
64
Member Avatar for Ankita B

hi, I am making a web based application.There is a page where user can update his record. For that when user clicks on modify button on one page(page1.jsp) the corresponding record is to be displayed in textboxes corr to various fields such as name ,id etc. on a different page(page2.jsp).The …

Member Avatar for jwenting
0
75
Member Avatar for Danii

My problem: Use an Iterator to go through all of the elements in the list, getting each element's textual representation, and displaying this text neatly inside the text area. My thoughts: Do I use an add method to add elements from the list to display onto the text area?

Member Avatar for Danii
0
110
Member Avatar for nuch1311

/** Program name: MonthlySales.java Author: Dominick Saccoccio Date: 2-19-08 Description: The program provides an end-of-the-year sales analysis for a company. The revenue contains total sales for each month, where revenue ={ 16692, 2504, 2463, 1857, 2369, 2684, 3374, 2630, 2531, 1928, 2692, 2578} presents the sales of January to December. …

Member Avatar for Ezzaral
0
111
Member Avatar for new_2_java

Hi all, I have a program which downloads a bunch of documents from a remote server and after bundles them up in a .zip file using ZipOutputStream. The problem is that when I download the files, there could be more than one file with the same file name. So, when …

Member Avatar for new_2_java
0
4K
Member Avatar for sridharp_in

I need code for autosuggest textbox in html using java connecting database. plz its very urgent. Thanking u in advance. Sridhar.

Member Avatar for jwenting
0
84
Member Avatar for chetanmangsuli

Implementation of Apriori algorithm using count distribution algorithm could any one send the source code at [email]chetan_a84@yahoo.com[/email]

Member Avatar for techniner
0
113
Member Avatar for JoePie

If anyone can throw a good suggestion my way, i 'd love it. I'm coding a piano that uses Swing and the piano keys are JButtons. A standard computer keyboard can be used to play notes by linking up to the JButtons. I'm only using two buttons for a prototype. …

Member Avatar for JoePie
0
1K
Member Avatar for sanzilla

Hi I am really little bit new to java , actually J2ME , really , can anyone know the API or libraries that can freely download to handle the vcf business card format that come with outlook express ? I really feel lazy to write my own code , anyone …

Member Avatar for sanzilla
0
144
Member Avatar for jino

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Testing fo Validation using Javascript</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script type="text/javascript"> var loginForm; window.onload = init; function init() { loginForm = document.getElementById('login'); loginForm.onsubmit = function() { return canSubmit(this); } loginForm.username.focus(); } function filled(field) { if(field.value == " " || field.value …

Member Avatar for ryan_vietnow
0
71
Member Avatar for gogineni.deepth

i need to write a program which gets the entire data when i click a link in aweb page into exel sheet or into an another web page eg: i have a link ,when i click that link i get a list of names having address ,i need to get …

0
43
Member Avatar for Ankita B

Hi, Im trying to modify user information on my site.for this im using java and jsp.when the user enters id,his info stored in db is to be retrieved and displayed in corresponding textboxes. I know how to access db but dont know how to put the value retrieved into textboxes …

Member Avatar for peter_budo
0
254
Member Avatar for new_2_java

Hi all, I have a program which bulk-downloads files from a remote server. The program runs in console (I am not using SWING or AWT). I would like to show progres (e.g. progress bar) while the files are being downloaded. Can someone point me to right direction... which classes to …

Member Avatar for Ezzaral
0
258
Member Avatar for Shveetis

I have established a connection with a website using the HttpURLConnection.. Now I need to retrieve the number of http requests to that site...and other such parameters.. How can I do this..Anyone can help??

Member Avatar for Phaelax
0
68
Member Avatar for Wiizl

I'm sorry if it's not the right place for this question, but I really need help on this one. The problem is quite simple- I've got many text fields that user has to fill. The thing I can't figure out is how NOT to allow go to next field if …

Member Avatar for Wiizl
0
305
Member Avatar for kittie1985

Hi! I'm trying to run a servlet from Java program. This servlet would then open a JSP page in browser. The problem is that the contents of the jsp file is showed in Eclipse console, but it doesn't show in Firefox. Could you help me plz? Sorry for my bad …

Member Avatar for ~s.o.s~
0
132
Member Avatar for sasdap

hi friends, I am using ubuntu linux distribution. I want to incorporate text to speech to any application. Is it possible to do it using java in linux?

Member Avatar for jbennet
0
48
Member Avatar for shaikh_mshariq

Hi, To all posters. I am in a confusion. I want to make a popup using JFrame. I am using `JFrame.setUndecorated(true);` in one class i made for popup,it works fine when i execute that class but if i use this class to get my customize popup messages it doesnot paint …

0
67
Member Avatar for linda.kean

I am writing a little program to create an array and then to sum the integers in the array. I am also suffering a stomach flu, and I don't have the brainpower to figure out how to call the two methods I wrote to create the array and then sum …

Member Avatar for stultuske
0
161
Member Avatar for kabo

can sumbody help in solving the problem below: Write a Java application (call your class IntegerPairSearch) to do the following. ● It should get a file name and a positive integer N from the command line. ● It should then determine all pairs of positive integers, (a, b), such that …

Member Avatar for stultuske
0
134
Member Avatar for shrutijadhav

How to create and load shared libraries in fedora 7 for Java as frontend and C as backend We are doing project for which we want Java as frontend and backend is C. We are using JNI to link Java and C but we are not getting which commands are …

Member Avatar for shrutijadhav
0
130
Member Avatar for winky

Hey everybody, My current Networking teacher gave us sample code to show us how socket programming works. Problem is, I haven't had to use JAVA in so forever, let alone ECLIPSE (although I hear it's pretty nice). So, I was wondering how to get the program to work. I have …

Member Avatar for DangerDev
0
475
Member Avatar for Ankita B

Hi, Im trying to modify user information on my site.for this im using java and jsp.when the user enters id,his info stored in db is to be retrieved and displayed in corresponding textboxes. I know how to access db but dont know how to put the value retrieved into textboxes …

Member Avatar for DangerDev
0
79
Member Avatar for missileh

How can we execute shell scripts in java program? Can we redirect the output of a shell script in a stream/buffer object? If any1 knows then please reply... Thanx...

Member Avatar for missileh
0
281
Member Avatar for Acidburn

Hey guys i'm trying to split up my classes into packages but I seems to stumble upon this error quite alot: OPPS please delete I figured it out sorry

0
60
Member Avatar for fufu123

am not sure on how to start a program on natural gas bill.it has to print the name like home and the usage....pleasse and thank you...

Member Avatar for Ezzaral
0
51
Member Avatar for PL.P27

Hi everybody. I appreciate any help given, and appreciate your time. I'm currently doing a program that tests if the input is a palindrome or not. I have already done the reversing part of the program. But was wondering how I could possibly check to see if the input word …

Member Avatar for jwenting
0
145
Member Avatar for MxDev

hi guys, i asking if somebody can tell me what is the build number of software, and why it exist ??? thanks

Member Avatar for jwenting
0
121
Member Avatar for hanifa

Hi, this is my requirement : I have a c++ library/API in the server and client computers running Java applets can send data over to the server and server after processing will send the resultant data back. What I have done: Following the excellant tutorial at [url]http://www.linux.com/feature/113947?&depth=5&order=1&sortby=3&render=flat[/url] titled "Creating Web …

0
62

The End.