Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL web question
if you pass the variables, you could call your pkg_form.procedure_fill
from pkg_search.procedure_lookup.
you will need a 'VALUE=' in your <TD>, like: htp.p(' <TD><INPUT TYPE="text" VALUE='||p_passed_parm||'></TD>');
"tony" <ttigger4321_at_hotmail.com> wrote in message
news:3cf4eb07.184334041_at_news.dal.ca...
> I have a hypothetical plsql question.
>
> We want an application with a procedure, say, pkg_form.procedure_fill,
> which invokes a web form with several text fields. A user completes
> at least one field and then clicks on a link to
> pkg_search.procedure_lookup which closes the form window & opens
> another. After finding the data they want in the search screen they
> want a link to take them back to the form screen where previously
> filled in data will not be lost and the data they found in the search
> screen will be filled in as well.
>
> Can we do this with plsql or do we have to use javascript with a
> pop-up window? Any pointers are appreciated.
>
>
> cheers,
> tony
> 902.494.1021 w
> 902.461.4550 h
Received on Sat Jun 01 2002 - 06:06:36 CDT
![]() |
![]() |