The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Other
> Development Articles
|
Page 2 -
The JSP Files (part 4): The Red Pill
Page 2 - Discuss The JSP Files (part 4): The Red Pill in the Development Articles forum on Dev Shed. The JSP Files (part 4): The Red Pill Development Articles forum discussing articles and tutorials located at http://www.devshed.com. See what our authors have created for your viewing pleasure.
|
|
 |
|
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

January 28th, 2002, 05:56 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|

February 12th, 2002, 06:39 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Using barcode Scanner
I am having few input fields in my jsp page and a submit button. To enter the data in the input fields I am using a barcode scanner and each time I scan the barcode the submit button is getting activated and the form is submitted. How can I prevent the submit button getting activated?
|

February 22nd, 2002, 03:45 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|

February 22nd, 2002, 11:30 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|

April 11th, 2002, 01:05 PM
|
|
Junior Member
|
|
Join Date: Apr 2002
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Re: Using barcode Scanner
Hi!
I am having the same problem. Have you been able to resolve this?
Thanks for any help.
|

August 1st, 2002, 11:52 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
query
is there any way to get the values of unchecked boxes .plz no suggestions to keep a hidden value with each check box.if any one knows how the reset button keeps track of the initial value of the checkboxes.can we get that initial value after submitting the form without creating our own array.that is iwant to know can i get the default values from where the reset button gets the default value.it is very clear that reset keeps the information of the status of the checkboxes when the page is loaded.so how can i access the same info after the submmissin of page
|

August 15th, 2002, 12:45 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: Using barcode Scanner
It may be because the scanner is *simulating* an enter key stroke.
Instead of making your SUBMIT button <input type="submit">, try making it something like <input type="button" onclick="this.form.submit()" value="Submit"> to prevent the form from submitting when the <ENTER> key is pressed.
Chris
|

November 25th, 2002, 05:02 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: Using barcode Scanner
Hi,
I am not using RS232 port reader and not the wedge barcode reader device.
Can you please tell how to read the bar code from the port and bringing it to the form using JSP?
thanks,
nagamani
|

February 27th, 2003, 06:34 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: Using barcode Scanner
Keshava,
Did you find a solution to your problem (see below)?
*****
I am having few input fields in my jsp page and a submit button. To enter the data in the input fields I am using a barcode scanner and each time I scan the barcode the submit button is getting activated and the form is submitted. How can I prevent the submit button getting activated?
thanks,
|

May 29th, 2003, 01:01 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
The JSP Files (part 4): The Red Pill
The JSP Files \(part 4\): The Red Pill
Now that the basics are done with, it's time to begin applying that theory to Web development. This week, The JSP Files investigates the JSP Request object, and demonstrates how it can be used to process form data. Learn about JSP's array variables, find out what chocolate chip cookies and couch potatoes have in common, and explore a very unusual pharmacy.
Please discuss this article in this thread. You can read the article here .
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|