Posted by Shelly on 12/31/05 14:04
"Shelly" <sheldonlg.news@asap-consult.com> wrote in message
news:soednZl1tsQ27SvenZ2dnUVZ_t6dnZ2d@comcast.com...
>I want to do something like bringing up a message box in Java where after
>clicking OK the box disappears and processing continues.
>
> How do I do this in PHP?
>
> I want the processing after the message box to be conditional upon what
> was used to bring up the particular message box. (I have been handling
> something like this so far by having inline messages and reposting the
> page.)
>
> Shelly
A thought occurred to me on how to solve this right after I posted.
I will have a header to a page which is the message box with a target of
"_blank". In the original page it will not be followed by exit() but will
have another header to either repost or go somewhere else. That one will
have an exit() after it. This might work, but how can I then lock the
original page until the message one disappears?
I will try this.
Shelly
[Back to original message]
|