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 -> Re: PL/SQL web question

Re: PL/SQL web question

From: Sunil <sunil_franklin_at_hotmail.com>
Date: Fri, 31 May 2002 09:37:51 +0530
Message-ID: <9RCJ8.27$361.62@news.oracle.com>


You can try storing the temporary data in tables based on a session and later pick them up when going back to the orginal data entry form.

Sunil.

"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 Thu May 30 2002 - 23:07:51 CDT

Original text of this message

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