Re: Oracle Web Server

From: jgallo <jgallo_at_proxima.com>
Date: 1996/10/10
Message-ID: <325D4305.5AE9_at_proxima.com>#1/1


Krishna Sreedhar wrote:
>
> Hi,
>
> We are trying to put a form on the web that would enable employees within
> the organization to register for internal classes. The form would consist
> of three sections; the first would have a Employee ID which would (after
> entry) be sent to the database for validation. If not valid it returns a
> error otherwise it would bring back a list of VALID courses for that
> employee's dept and display it in the second section of the form.On
> selection of a course, the employee would have to enter the other
> registration info which would be sent to the database for row creation.
>
> I am doing the form in three frames static HTML, with Oracle Web Server
> 2.0 and O7 on NT. Could someone advise me if I am proceeding on the right
> lines. There would be 2 stored procedures one for validating ID and the
> other for writing registration info. Can I have two submit buttons one on
> each frame (1st and 3rd)? Can the list of courses dynamic web page be put
> on frame 2? All advice would be greatly appreciated.
>
> Thanks in advance

Put a generic name on your submit buttons, such as action, and then assign a uniquie value for each button. The stored procedure receiving the form can evaluate the value of action to determine what process you want to occur.

The dynamic list of courses just has to be listed with the correct target value in your frames html statement. We have never had any problem with dynamic content when we have our frames target values set correctly.

Good luck! Received on Thu Oct 10 1996 - 00:00:00 CEST

Original text of this message