Click here to Skip to main content
16,004,727 members
Home / Discussions / Java
   

Java

 
Questionwhat is the use of String tokenizer? Pin
akosidandan16-Mar-09 20:01
akosidandan16-Mar-09 20:01 
AnswerRe: what is the use of String tokenizer? Pin
fly90416-Mar-09 23:17
fly90416-Mar-09 23:17 
GeneralRe: what is the use of String tokenizer? Pin
akosidandan16-Mar-09 23:51
akosidandan16-Mar-09 23:51 
QuestionHTML encoding characters [modified] Pin
chris martin16-Mar-09 3:58
chris martin16-Mar-09 3:58 
Questionworking in aglets environment Pin
girusp16-Mar-09 3:48
girusp16-Mar-09 3:48 
QuestionCapture image using web camera Pin
amitjadhavaj15-Mar-09 3:40
amitjadhavaj15-Mar-09 3:40 
QuestionJava script which will remove duplicates in html page. Pin
kimjim43613-Mar-09 21:22
kimjim43613-Mar-09 21:22 
AnswerJavaScript is one word, and it is not Java. Pin
Naruki23-Mar-09 21:13
Naruki23-Mar-09 21:13 
You are in the wrong forum.

What you want is complicated. JavaScript cannot access your server database, so it cannot decide if "data already exists".

Do you even have a server database? Or was your idea that every user is actually modifying the web page that serves as the input form?

Ideally, you have some sort of web server that allows updates to a database and sends dynamic web pages out to users. If you don't know what I am talking about, stop here and get a web developer into your office.

Now, you have two choices: submit the form to the web server and have JavaScript check the response message in an OnLoad event handler, OR use AJAX to do the same thing without refreshing the page.

The second option is much nicer looking, but a little more complex.

Again, if you don't know what I am saying, you need a person sitting in your office who does. You will not be able to do this yourself without a LOT of research.

Don't let my name fool you. That's my job.

QuestionDrained Pin
jonig1913-Mar-09 20:31
jonig1913-Mar-09 20:31 
Answer[Message Deleted] Pin
fly90414-Mar-09 1:26
fly90414-Mar-09 1:26 
GeneralRe: Drained Pin
jonig1914-Mar-09 7:56
jonig1914-Mar-09 7:56 
GeneralRe: Drained Pin
fly90414-Mar-09 12:26
fly90414-Mar-09 12:26 
GeneralRe: Drained Pin
jonig1914-Mar-09 13:17
jonig1914-Mar-09 13:17 
QuestionCase Insensitive Array Search Pin
LordLothar13-Mar-09 19:14
LordLothar13-Mar-09 19:14 
AnswerRe: Case Insensitive Array Search Pin
fly90414-Mar-09 1:20
fly90414-Mar-09 1:20 
QuestionBluetooth Door Lock (J2ME application). Pin
legand`13-Mar-09 7:12
legand`13-Mar-09 7:12 
AnswerRe: Bluetooth Door Lock (J2ME application). Pin
hookies fawaz5-Apr-09 15:43
hookies fawaz5-Apr-09 15:43 
QuestionPadding problem occure from Unix to window using Java Base32 Pin
Murugan k12-Mar-09 2:31
Murugan k12-Mar-09 2:31 
AnswerRe: Padding problem occure from Unix to window using Java Base32 Pin
Nagy Vilmos12-Mar-09 3:02
professionalNagy Vilmos12-Mar-09 3:02 
QuestionHow to access default port Pin
Nitharshan11-Mar-09 19:02
Nitharshan11-Mar-09 19:02 
QuestionRGB Cube Pin
trucha1365711-Mar-09 7:08
trucha1365711-Mar-09 7:08 
QuestionEnd process Pin
yesu prakash10-Mar-09 2:08
yesu prakash10-Mar-09 2:08 
AnswerRe: End process Pin
Nagy Vilmos10-Mar-09 2:44
professionalNagy Vilmos10-Mar-09 2:44 
Question[Message Deleted] Pin
Darshan Fulfagar9-Mar-09 23:42
Darshan Fulfagar9-Mar-09 23:42 
AnswerRe: JTree in a JTable Pin
Nagy Vilmos9-Mar-09 23:44
professionalNagy Vilmos9-Mar-09 23:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.