This is a discussion on PSP passing dynamical parameters - POST method within the Oracle Miscellaneous forums, part of the Oracle Database category; --> PSP passing dynamical parameters - POST method Hi, I have a problem of getting dynamicaly generated parameters from PSP ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| PSP passing dynamical parameters - POST method Hi, I have a problem of getting dynamicaly generated parameters from PSP pages example: <form method="POST" action="destinationpage"> For i in 1 .. 100 loop htp.prn('<input type="text" name="parm_"' || i ||'>'); End loop; <input type="submit" value="submit" /> </form> how to get those dynamical generated parameters in destinationpage page/procedure??? please, help, THX |