Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Java command help
Name: go_places_puterwize Date: December 15, 2006 at 17:21:13 Pacific OS: Windows Server 2003 Stand CPU/Ram: P4/256 Product: GATEWAY/300S
Comment:
Hi again everyone, This is another java question; I need to know the command for getting the Return key... I am making a script that grabs text from the textbox and when you click the button it shows what was typed.
Name: toxic Date: December 17, 2006 at 05:13:36 Pacific
Reply:
That's Javascript - not Java.
0
Response Number 2
Name: Michael J (by mjdamato) Date: December 17, 2006 at 08:41:08 Pacific
Reply:
"That's Javascript - not Java."
Yeah, I told you that in your last post - and also that these types of questions belong in the web devlopment forum.
Java and Javascript are two entirely different things. By mislabeing your question you are decreasing your chances of getting good responses.
To answer your question, there is no onreturn trigger and "capturing" the return trigger, while possible, would be a bad idea. Just change your button to a submit button and enclose your fields within a form. Then make the action of your form do whatever action you want. Then the action would be performed when you submit the form - either by clicking the submit button, or by pressing return while in a field of the form.
Michael J
0
Response Number 3
Name: hclewk Date: February 21, 2007 at 00:09:39 Pacific
Summary: Hi I am looking for some help with the forfiles command. What I want to do is use for files to search the c drive for *ppt files the each time in finds one pass it to a batch file that moves it to a t...
Summary: Hi "online-experts", I've got stuck at a question which is provided in my exam recently. It was about RMI... The question was: "Java RMI is a safe and well-developed technology which provides the add...
Summary: Simulation - A virtual student taking midterm test. A virtual student takes a test that has 8 true/false questions, and the probabilities of his/her answering the questions right are: 81%, 30%, 95%, 1...