Hello Everyone,
Here is the scenario.... I would like to store the information from a POST statement passed to my servlet from a JavaScript (.js) file. The .js file collects all relevant 'name=value' pairs from .html pages and puts them into a long string, e.g. name=joe;age=23;book=getalife;poor=yes;goodlooking=verymuchso;javaguru=;car=;computer=compaq
 
How do I parse this POST, and store the info in an Oracle DB. Or, if you know how to just parse it and send it to the screen, with one or two name pair per line, that would be very helpful as well.
 
 
Thanks to everyone out there for there support.
 
Antonio    

Reply via email to