Retrieving Variable number of input fields with Web Server
From: Daniel Pinyol <dpinol_at_cesca.es>
Date: 1997/02/07
Message-ID: <32FAF3BD.41C6_at_cesca.es>#1/1
P.S. I'll appreciate an email to dpinol_at_cesca.es
Received on Fri Feb 07 1997 - 00:00:00 CET
Date: 1997/02/07
Message-ID: <32FAF3BD.41C6_at_cesca.es>#1/1
Hi,
[Quoted] Imagine you generate dinamycally a variable number of input text fields in a HTML form, from a PL/SQL procedure. Each field is a ROW from a table. No problem.
But if you want to retrieve the input values, it gets dodgy. The procedure to be the ACTION of the form must have a constant number of argument, musn't it?
I know you can define the procedure with the forecasted maximum number of arguments, but this is not feaseble in my case, since I'm displaying lots of fields (about 10 lines, 6 fields in each line).
Is there any way that I get the data like this: arg1=val1&arg2=val2.... in a single parameter and then I parse it myself? Thanks to all. Dani
P.S. I'll appreciate an email to dpinol_at_cesca.es
4 Daniel Pinyol Laserna E-Mail: dpinol_at_cesca.es
Received on Fri Feb 07 1997 - 00:00:00 CET