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: web application with ORACLE 7.3 (maybe 8) and OWS 2.1 (maybe OWA 3) - how to go back to previous page?

Re: web application with ORACLE 7.3 (maybe 8) and OWS 2.1 (maybe OWA 3) - how to go back to previous page?

From: Damond Walker <dwalker_at_newarklx.black-oak.com>
Date: 1998/05/28
Message-ID: <Pine.LNX.3.96.980528063845.10131B-100000@newarklx.black-oak.com>#1/1

On Mon, 25 May 1998, Alexander Day wrote:

[snip]

>
> Now the situation is this: Is it possible to keep track of the user's
> location in the system, such that if they click a 'Cancel' button they
> can be taken back to the Web page that the CURRENT web page was
> generated from? Now this is a little different to being taken back to
> the PREVIOUS page. I think this is best explained with an example:
>

        The problem with HTML is that it really doesn't have a concept of "state." You might be able to keep track of what your user is doing through the use of cookies but if the user has turned off cookies, then your in a world of hurt. It's pretty simple if the user clicks the likes you provide, but what happens if they simply click the "back" button to take them to a previous screen instead of hitting one of your carefully crafted links?

        There are different webservers out there, each with different capabilities. Using IIS and ASP pages on a Microsoft platform is one way

to do things...it allows you to keep track of the users state.  Overhead
can be a problem though depending on how you craft your pages.  Different
options are available depending on what web server your using.

[snip]

>
> Last question is AM I CONCEPTUALISING THIS PROBLEM IN THE WRONG MANNER?
>

        What your talking about is pretty standard stuff. It's just picking the right tool which will determine if your job is easy or difficult.

> I would really appreciate an answer, as I'm expected to produce
> something 'workable' within two weeks and I'm basically working alone
> (boo hoo),
>

        Working alone is a bad thing? :)

///////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Damond Walker         \\// [moribund_at_netgsi.com] \\
// Will Program For Beer //\\ No job too tough...   \\
//  <<No Vacancy>>       \\// ...no fee too high!   \\
///////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\
Received on Thu May 28 1998 - 00:00:00 CDT

Original text of this message

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