Results 1 to 4 of 4
Thread: Data conversion help
- 11-08-2011, 05:17 PM #1
Member
- Join Date
- Nov 2011
- Posts
- 3
- Rep Power
- 0
Data conversion help
Ok so my company just threw me into this. I'm new to Java and used to php,Javascript. Here's an odd question is it possible to take information that is submitted via a text area with comma seperated values and somehow put them into the values of a text field and submit it? The user would not see the conversion of text area to text field.
I ask this because they already have some code that has textfield entry that has 2 seperate text field values and 10 sets of those fields. They want it so someone can just copy paste into a text area with comma sepperated values.
So I was hoping I could just submit it to the same file because the end results will be the same but obviously the file currently wants text field entries.
- 11-08-2011, 05:28 PM #2
Re: Data conversion help
What do you mean by "submitted" and "submit it"?is it possible to take information that is submitted via a text area with comma seperated values and somehow put them into the values of a text field and submit it?
Is this a java application's GUI you are talking about or what?
- 11-08-2011, 05:50 PM #3
Member
- Join Date
- Nov 2011
- Posts
- 3
- Rep Power
- 0
Re: Data conversion help
No this is actually on the web page. I mean there is a form with inputs on the page. I would like to narrow that down to 1 text are instead of 20 seerate input fiels then.
Currently they have part number text fields and quantity text fields (10 oof each). They'd like me to make a text area where a customer can copy paste in as many product numbers and quantities as they like seperated by commas. Since it's the same functionality I was hoping I could submit these results to the same page. but currently the pages wants those seperate text area values.
So:
Number:q120 qty:20
turns into
q120,20
- 11-08-2011, 06:07 PM #4
Similar Threads
-
XLS to PDF conversion
By nitin2k2k in forum Advanced JavaReplies: 17Last Post: 09-20-2011, 08:41 AM -
Help with conversion please
By bbesase in forum New To JavaReplies: 0Last Post: 03-16-2011, 05:57 PM -
conversion
By Dayanand in forum New To JavaReplies: 4Last Post: 03-02-2011, 03:59 PM -
Doc to Pdf conversion
By praveen.kb in forum Advanced JavaReplies: 2Last Post: 01-16-2009, 12:27 PM -
Conversion from wav to vox
By bozovilla in forum Advanced JavaReplies: 1Last Post: 07-31-2008, 05:54 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks