Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> HELP web server ???

HELP web server ???

From: Nimrod Oren <nimrod_at_net.net>
Date: 1998/03/10
Message-ID: <3504f0f8.1123827@news.netvision.net.il>#1/1

On Sat, 07 Mar 1998 20:03:04 -0500, "Joseph S. Testa" <teci_at_oracle-dba.com> wrote:

>in the html page how do i link the form variable to the URL call that
>expects that info.
>
>example: i accept info for a last name in the form(variable called
>l_name)
>
>i need to make a call for a pl/sql stored procedure that accepts 1 parm
>the l_name)
>
>http://host:port/agent/plsql/proc?last_name=?????
>
>last_name is the name of the variable in the stored procedure, how do i
>bind/tie together the variable from the form l_name to the last_name
>variable in the URL call.
>
>I know it must be something real simple, i just cant see the forest for
>the trees.
>
>thanx in advance,
>
>joe
>
>--
>Joseph S. Testa, Oracle Database Administrator,
>mailto:dba_at_oracle-dba.com
>Vice-President Ohio Oracle Users Group, http://www.ooug.org
>Try http://www.oracle-dba.com that is also the place to find the FREE,
>drop column script
>ICQ http://wwp.mirabilis.com/2832230

Use HTML <INPUT TYPE=TEXT NAME=LAST_NAME>. Received on Tue Mar 10 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US