Home > Archive > Other Oracle database topics > March 2006 > PSP passing dynamical parameters - POST method









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author PSP passing dynamical parameters - POST method
bobozlobo

2006-03-25, 3:24 am

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
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com